Update test

This commit is contained in:
sunkaixuan 2024-01-21 17:20:14 +08:00
parent afaff2e8c1
commit 31acaf70a8
2 changed files with 2 additions and 2 deletions

View File

@ -263,7 +263,7 @@
<Compile Include="UserTestCases\Cases\Main.cs" /> <Compile Include="UserTestCases\Cases\Main.cs" />
<Compile Include="UserTestCases\Cases\UThread.cs" /> <Compile Include="UserTestCases\Cases\UThread.cs" />
<Compile Include="6_NavigationPropertyQuery.cs" /> <Compile Include="6_NavigationPropertyQuery.cs" />
<Compile Include="UserTestCases\UserTestMain.cs" /> <Compile Include="UserTestCases\Cases.cs" />
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<ProjectReference Include="..\SqlSugar\SqlSugar.csproj"> <ProjectReference Include="..\SqlSugar\SqlSugar.csproj">

View File

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