Add unit test

This commit is contained in:
sunkaixuan 2022-06-15 22:12:41 +08:00
parent 851908483d
commit dc00b728bf

View File

@ -272,6 +272,10 @@ namespace OrmTest
{
throw new Exception("unit test error");
}
var x3 = Db.Queryable<BoolTest1>().Select(it => new
{
a = it.a?1:0
}).ToList();
}