diff options
| author | crupest <crupest@outlook.com> | 2022-12-21 16:32:38 +0800 |
|---|---|---|
| committer | crupest <crupest@outlook.com> | 2022-12-21 16:32:38 +0800 |
| commit | 839e4fea3bd11b1b7e9e212e9fc2fbd3d94a6db1 (patch) | |
| tree | 7a707dea3daa2c860a0bb215fef44bbcf76f4efc /docker/crupest-api/CrupestApi/CrupestApi.Commons.Tests/Crud/TableInfoTest.cs | |
| parent | e3510f87617cebf4d11c9bf0e5e4ba640a5741e4 (diff) | |
| download | crupest-839e4fea3bd11b1b7e9e212e9fc2fbd3d94a6db1.tar.gz crupest-839e4fea3bd11b1b7e9e212e9fc2fbd3d94a6db1.tar.bz2 crupest-839e4fea3bd11b1b7e9e212e9fc2fbd3d94a6db1.zip | |
Develop secret api. v54
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 | 6 |
1 files changed, 3 insertions, 3 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 228f442..b0aa702 100644 --- a/docker/crupest-api/CrupestApi/CrupestApi.Commons.Tests/Crud/TableInfoTest.cs +++ b/docker/crupest-api/CrupestApi/CrupestApi.Commons.Tests/Crud/TableInfoTest.cs @@ -16,9 +16,9 @@ public class TableInfoTest [Fact] public void TestColumnCount() { - Assert.Equal(4, _tableInfo.Columns.Count); - Assert.Equal(3, _tableInfo.PropertyColumns.Count); - Assert.Equal(3, _tableInfo.ColumnProperties.Count); + Assert.Equal(5, _tableInfo.Columns.Count); + Assert.Equal(4, _tableInfo.PropertyColumns.Count); + Assert.Equal(4, _tableInfo.ColumnProperties.Count); Assert.Equal(1, _tableInfo.NonColumnProperties.Count); } |
