Skip to content

Commit 2306ef1

Browse files
authored
Cleanup churn
1 parent b511209 commit 2306ef1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/NHibernate.Test/Linq/ProjectionsTests.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ public void CanProjectManyCollections()
212212
var result = query.ToList();
213213
Assert.That(result.Count, Is.EqualTo(2155));
214214
}
215-
215+
216216
[Test]
217217
public void CanProjectCollections()
218218
{
@@ -229,7 +229,7 @@ public void CanProjectCollectionsInsideAnonymousType()
229229
Assert.That(NHibernateUtil.IsInitialized(result[0].OrderLines), Is.True);
230230
Assert.That(result.Count, Is.EqualTo(830));
231231
}
232-
232+
233233
[Test]
234234
public void ProjectAnonymousTypeWithCollection()
235235
{

0 commit comments

Comments
 (0)