aboutsummaryrefslogtreecommitdiff
path: root/docker/crupest-api/CrupestApi/CrupestApi.Commons.Tests/Crud/TableInfoTest.cs
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2022-12-19 17:24:54 +0800
committercrupest <crupest@outlook.com>2022-12-20 20:32:53 +0800
commitec16e4673a6050c1daa451c6dcfe94bdf36c27f3 (patch)
tree6ea4ccf7f0166f3ba9778638665c621ee5b6c287 /docker/crupest-api/CrupestApi/CrupestApi.Commons.Tests/Crud/TableInfoTest.cs
parent238759a621890c8c2ea7745713f1500737f12760 (diff)
downloadcrupest-ec16e4673a6050c1daa451c6dcfe94bdf36c27f3.tar.gz
crupest-ec16e4673a6050c1daa451c6dcfe94bdf36c27f3.tar.bz2
crupest-ec16e4673a6050c1daa451c6dcfe94bdf36c27f3.zip
Develop secret api. v47
Diffstat (limited to 'docker/crupest-api/CrupestApi/CrupestApi.Commons.Tests/Crud/TableInfoTest.cs')
-rw-r--r--docker/crupest-api/CrupestApi/CrupestApi.Commons.Tests/Crud/TableInfoTest.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/docker/crupest-api/CrupestApi/CrupestApi.Commons.Tests/Crud/TableInfoTest.cs b/docker/crupest-api/CrupestApi/CrupestApi.Commons.Tests/Crud/TableInfoTest.cs
index 102df5d..228f442 100644
--- a/docker/crupest-api/CrupestApi/CrupestApi.Commons.Tests/Crud/TableInfoTest.cs
+++ b/docker/crupest-api/CrupestApi/CrupestApi.Commons.Tests/Crud/TableInfoTest.cs
@@ -17,6 +17,7 @@ public class TableInfoTest
public void TestColumnCount()
{
Assert.Equal(4, _tableInfo.Columns.Count);
+ Assert.Equal(3, _tableInfo.PropertyColumns.Count);
Assert.Equal(3, _tableInfo.ColumnProperties.Count);
Assert.Equal(1, _tableInfo.NonColumnProperties.Count);
}