diff options
author | crupest <crupest@outlook.com> | 2022-12-19 17:24:54 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2022-12-20 20:32:53 +0800 |
commit | adad56e429d523f4c91c2d2512c32223b17f81a0 (patch) | |
tree | 6ea4ccf7f0166f3ba9778638665c621ee5b6c287 /docker/crupest-api/CrupestApi/CrupestApi.Commons.Tests/Crud/TableInfoTest.cs | |
parent | 11ac44ef0e820b84f3be3e2ce0b58d358595c71f (diff) | |
download | crupest-adad56e429d523f4c91c2d2512c32223b17f81a0.tar.gz crupest-adad56e429d523f4c91c2d2512c32223b17f81a0.tar.bz2 crupest-adad56e429d523f4c91c2d2512c32223b17f81a0.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.cs | 1 |
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); } |