Skip to content

Commit 394781b

Browse files
committed
NH3567/NH3567Tests.cs: Minor simplification.
1 parent 98c12ee commit 394781b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/NHibernate.Test/NHSpecificTest/NH3567/NH3567Tests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ protected override void OnTearDown()
5050

5151
protected override bool AppliesTo(NHibernate.Dialect.Dialect dialect)
5252
{
53-
return dialect as MsSql2005Dialect != null;
53+
return dialect is MsSql2005Dialect;
5454
}
5555

5656
[Test]

0 commit comments

Comments
 (0)