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 8e04274 commit 9ad56e2Copy full SHA for 9ad56e2
src/NHibernate.Test/SystemTransactions/AutoJoinSettingFixture.cs
@@ -36,7 +36,7 @@ public void CheckTransactionJoined()
36
{
37
Assert.That(
38
s.GetSessionImplementation().TransactionContext,
39
- _autoJoinTransaction != false ? Is.Not.Null : Is.Null);
+ _autoJoinTransaction == false ? Is.Null : Is.Not.Null);
40
}
41
42
0 commit comments