Skip to content

Commit

Permalink
Make Projection_AsEnumerable_projection deterministic
Browse files Browse the repository at this point in the history
  • Loading branch information
roji committed Oct 11, 2021
1 parent 8144d50 commit cf40d37
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1778,6 +1778,7 @@ public virtual Task Projection_AsEnumerable_projection(bool async)
.Where(e => e.Where(o => o.OrderID < 11000).Count() > 0)
.Select(e => e.Where(o => o.OrderID < 10750)),
assertOrder: true,
elementAsserter: (e, a) => AssertCollection(e, a, elementSorter: ee => ee.OrderID),
entryCount: 18);
}

Expand Down

0 comments on commit cf40d37

Please sign in to comment.