diff options
Diffstat (limited to 'docker/crupest-api/CrupestApi/CrupestApi.Commons.Tests/Crud')
| -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);      } | 
