Skip to content

Commit 5b5cd30

Browse files
committed
Fix typo
1 parent ec27f9d commit 5b5cd30

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/NHibernate.Test/NHSpecificTest/NH3374/FixtureByCode.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
namespace NHibernate.Test.NHSpecificTest.NH3374
88
{
9-
[Igonre("Not fixed yet.")]
9+
[Ignore("Not fixed yet.")]
1010
public class ByCodeFixture : TestCaseMappingByCode
1111
{
1212
protected override HbmMapping GetMappings()
@@ -101,4 +101,4 @@ private Document LoadDetachedEntity()
101101
}
102102
}
103103
}
104-
}
104+
}

0 commit comments

Comments
 (0)