Add unit test

This commit is contained in:
sunkaixuan 2023-08-26 18:54:17 +08:00
parent e052a24695
commit 1e5dfecd4d

View File

@ -65,6 +65,7 @@ namespace OrmTest
{ {
throw new Exception("unit error"); throw new Exception("unit error");
} }
db.Queryable<Order>().OrderBy(it => SqlFunc.Desc(it.Id)).ToList();
} }
} }
} }