Update unit test

This commit is contained in:
sunkaixuan
2023-07-07 11:28:26 +08:00
parent f2afb387bc
commit d01254c120
2 changed files with 2 additions and 1 deletions

View File

@@ -31,6 +31,7 @@ namespace OrmTest
}
public static void Init()
{
Unitadf1131.Init();
UEnum2.Init();
UnitManyToMany4.Init();
UnitManyToMany3.Init();

View File

@@ -7,7 +7,7 @@ using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace OrmTest.UnitTest
namespace OrmTest
{
internal class Unitadf1131
{