aboutsummaryrefslogtreecommitdiff
path: root/docker/crupest-api/CrupestApi/CrupestApi.Commons.Tests/Crud/CrudServiceTest.cs
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2022-12-21 16:42:07 +0800
committercrupest <crupest@outlook.com>2022-12-21 16:42:07 +0800
commite5af550962befa6805beec0127e4064d4438df0a (patch)
treef0f9f56609f82e858489d3852165844b2f0434e2 /docker/crupest-api/CrupestApi/CrupestApi.Commons.Tests/Crud/CrudServiceTest.cs
parent839e4fea3bd11b1b7e9e212e9fc2fbd3d94a6db1 (diff)
downloadcrupest-e5af550962befa6805beec0127e4064d4438df0a.tar.gz
crupest-e5af550962befa6805beec0127e4064d4438df0a.tar.bz2
crupest-e5af550962befa6805beec0127e4064d4438df0a.zip
Develop secret api. v55
Diffstat (limited to 'docker/crupest-api/CrupestApi/CrupestApi.Commons.Tests/Crud/CrudServiceTest.cs')
-rw-r--r--docker/crupest-api/CrupestApi/CrupestApi.Commons.Tests/Crud/CrudServiceTest.cs3
1 files changed, 3 insertions, 0 deletions
diff --git a/docker/crupest-api/CrupestApi/CrupestApi.Commons.Tests/Crud/CrudServiceTest.cs b/docker/crupest-api/CrupestApi/CrupestApi.Commons.Tests/Crud/CrudServiceTest.cs
index b7b7ccd..762e3a8 100644
--- a/docker/crupest-api/CrupestApi/CrupestApi.Commons.Tests/Crud/CrudServiceTest.cs
+++ b/docker/crupest-api/CrupestApi/CrupestApi.Commons.Tests/Crud/CrudServiceTest.cs
@@ -41,6 +41,9 @@ public class CrudServiceTest
Assert.Equal(18, entity.Age);
Assert.Null(entity.Height);
Assert.NotEmpty(entity.Secret);
+
+ var count = _crudService.GetCount();
+ Assert.Equal(1, count);
}