添加简单测试

This commit is contained in:
SunCheng
2026-01-18 22:17:32 +08:00
parent 4e2bf0da6c
commit 9611ff2088
4 changed files with 54 additions and 0 deletions

10
WebApi.Test/UnitTest1.cs Normal file
View File

@@ -0,0 +1,10 @@
namespace WebApi.Test;
public class UnitTest1
{
[Fact]
public void Test1()
{
}
}