Update unit test

This commit is contained in:
sunkaixuan 2023-12-20 21:24:26 +08:00
parent 10be8d29c3
commit a16fc38b3a

View File

@ -1,6 +1,7 @@
 
using System; using System;
using OrmTest; using OrmTest;
using SqlSeverTest.UserTestCases.UnitTest;
namespace SqlSeverTest.UserTestCases namespace SqlSeverTest.UserTestCases
{ {
@ -13,6 +14,7 @@ namespace SqlSeverTest.UserTestCases
/// <param name="args"></param> /// <param name="args"></param>
public static void Init() public static void Init()
{ {
UnitOneToManyNsdfafa.Init();
UCustomConditionalFunc.Init(); UCustomConditionalFunc.Init();
//Demo //Demo
Demo0_SqlSugarClient.Init(); Demo0_SqlSugarClient.Init();