From 26c41c301eb9578ecde4cd94a65778f25a4c983c Mon Sep 17 00:00:00 2001 From: sunkaixuan <610262374@qq.com> Date: Fri, 12 Aug 2022 20:12:19 +0800 Subject: [PATCH] Update unit test --- Src/Asp.Net/SqlServerTest/UnitTest/UCodeFirst.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Src/Asp.Net/SqlServerTest/UnitTest/UCodeFirst.cs b/Src/Asp.Net/SqlServerTest/UnitTest/UCodeFirst.cs index 306d9b701..c941f6c9e 100644 --- a/Src/Asp.Net/SqlServerTest/UnitTest/UCodeFirst.cs +++ b/Src/Asp.Net/SqlServerTest/UnitTest/UCodeFirst.cs @@ -105,7 +105,7 @@ namespace OrmTest var list3=db.Queryable().ToList(); - db.Insertable>(new ApiLog(1) { RequestUser="a"}).ExecuteCommand(); + //db.Insertable>(new ApiLog(1) { RequestUser="a"}).ExecuteCommand(); } ///