Update unit test

This commit is contained in:
sunkaixuan 2022-11-09 13:06:44 +08:00
parent d2bd2720cb
commit b7a9ed37df

View File

@ -77,12 +77,7 @@ namespace OrmTest
{
throw new Exception("unit error");
}
var list5 = db.Queryable<Order>().Take(10)
.Select(it => new Order
{
Name = SqlFunc.MappingColumn("","id")
}).ToList();
}