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 98c12ee commit 394781bCopy full SHA for 394781b
src/NHibernate.Test/NHSpecificTest/NH3567/NH3567Tests.cs
@@ -50,7 +50,7 @@ protected override void OnTearDown()
50
51
protected override bool AppliesTo(NHibernate.Dialect.Dialect dialect)
52
{
53
- return dialect as MsSql2005Dialect != null;
+ return dialect is MsSql2005Dialect;
54
}
55
56
[Test]
0 commit comments