Skip to content

Commit 597524f

Browse files
authored
Fix test name
1 parent 2a1f31d commit 597524f

File tree

1 file changed

+1
-1
lines changed
  • src/NHibernate.Test/NHSpecificTest/GH1228

1 file changed

+1
-1
lines changed

src/NHibernate.Test/NHSpecificTest/GH1228/Fixture.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ SELECT ROOT FROM NHibernate.Test.NHSpecificTest.GH1228.Shelf AS ROOT
3131
}
3232

3333
[Test]
34-
public void TestThetaAnsiOnAssociationInSubQuery()
34+
public void TestAnsiJoinOnAssociationInSubQuery()
3535
{
3636
if (!TestDialect.SupportsCorrelatedColumnsInSubselectJoin)
3737
Assert.Ignore("Dialect doesn't support this test case");

0 commit comments

Comments
 (0)