We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b511209 commit 2306ef1Copy full SHA for 2306ef1
src/NHibernate.Test/Linq/ProjectionsTests.cs
@@ -212,7 +212,7 @@ public void CanProjectManyCollections()
212
var result = query.ToList();
213
Assert.That(result.Count, Is.EqualTo(2155));
214
}
215
-
+
216
[Test]
217
public void CanProjectCollections()
218
{
@@ -229,7 +229,7 @@ public void CanProjectCollectionsInsideAnonymousType()
229
Assert.That(NHibernateUtil.IsInitialized(result[0].OrderLines), Is.True);
230
Assert.That(result.Count, Is.EqualTo(830));
231
232
233
234
public void ProjectAnonymousTypeWithCollection()
235
0 commit comments