mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-11-26 10:19:40 +08:00
Update test
This commit is contained in:
@@ -66,7 +66,7 @@
|
||||
<Compile Include="UnitTest\Description.cs" />
|
||||
<Compile Include="UserTestCases\Bugs\BugTest.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\Demo1_Queryable.cs" />
|
||||
<Compile Include="UserTestCases\Demo\Demo2_Updateable.cs" />
|
||||
|
||||
@@ -6,7 +6,7 @@ using System.Threading.Tasks;
|
||||
|
||||
namespace OrmTest
|
||||
{
|
||||
internal class CasesMain
|
||||
internal class Cases
|
||||
{
|
||||
public static void Init()
|
||||
{
|
||||
Reference in New Issue
Block a user