Update unit test

This commit is contained in:
sunkaixuan
2022-10-01 02:30:05 +08:00
parent ea4d8c58dc
commit a0c6cf1fd6

View File

@@ -169,7 +169,7 @@ namespace OrmTest
id = 1 id = 1
}}); }});
var data3= Db.Queryable<unitBools2>().First(); var data3= Db.Queryable<unitBools2>().First();
if (data3.false1 != null || data2.true1 != true || data2.null1 != null) if (data3.false1 != false || data2.true1 != true || data2.null1 != null)
{ {
throw new Exception("uint error"); throw new Exception("uint error");
} }