Update test

This commit is contained in:
sunkaixuan 2024-01-21 17:38:25 +08:00
parent f37ed0b0e6
commit 55d9074f22
2 changed files with 2 additions and 2 deletions

View File

@ -66,7 +66,7 @@
<Compile Include="UnitTest\Description.cs" /> <Compile Include="UnitTest\Description.cs" />
<Compile Include="UserTestCases\Bugs\BugTest.cs" /> <Compile Include="UserTestCases\Bugs\BugTest.cs" />
<Compile Include="UserTestCases\Config.cs" /> <Compile Include="UserTestCases\Config.cs" />
<Compile Include="UserTestCases\CasesMain.cs" /> <Compile Include="UserTestCases\Cases.cs" />
<Compile Include="UserTestCases\Demo\Demo0_SqlSugarClient.cs" /> <Compile Include="UserTestCases\Demo\Demo0_SqlSugarClient.cs" />
<Compile Include="UserTestCases\Demo\Demo1_Queryable.cs" /> <Compile Include="UserTestCases\Demo\Demo1_Queryable.cs" />
<Compile Include="UserTestCases\Demo\Demo2_Updateable.cs" /> <Compile Include="UserTestCases\Demo\Demo2_Updateable.cs" />

View File

@ -6,7 +6,7 @@ using System.Threading.Tasks;
namespace OrmTest namespace OrmTest
{ {
internal class CasesMain internal class Cases
{ {
public static void Init() public static void Init()
{ {