Skip to content

Commit b511209

Browse files
author
Lodewijk Sioen
committed
Regenerated async tests
1 parent 538ec10 commit b511209

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

src/NHibernate.Test/Async/Linq/ProjectionsTests.cs

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -232,14 +232,6 @@ public async Task CanProjectCollectionsAsync()
232232
Assert.That(result.Count, Is.EqualTo(830));
233233
}
234234

235-
[Test]
236-
public async Task CanProjectCollectionsWithFetchAsync()
237-
{
238-
var query = db.Orders.Fetch(o => o.OrderLines).Select(o => o.OrderLines);
239-
var result = await (query.ToListAsync());
240-
Assert.That(result.Count, Is.EqualTo(830));
241-
}
242-
243235
[Test]
244236
public async Task CanProjectCollectionsInsideAnonymousTypeAsync()
245237
{

0 commit comments

Comments
 (0)