Update unit test

This commit is contained in:
sunkaixuan 2023-03-06 18:28:53 +08:00
parent 062e50d91a
commit 80b541c290

View File

@ -34,6 +34,7 @@ namespace OrmTest
// .CrossQueryWithAttr()
.Includes(z => z.Items)
.ToList();
db.QueryableWithAttr<OrderItem>().IncludeLeftJoin(z => z.Order).ToList();
if (list.First().Order == null)