Skip to content

Commit e28b036

Browse files
committed
fix tests for mono
1 parent 555acfa commit e28b036

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/log4net.Tests/Appender/RollingFileAppenderTest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1444,7 +1444,7 @@ public void TestExclusiveLockRecovers()
14441444
[Test]
14451445
public void TestExclusiveLockLocks()
14461446
{
1447-
if (!isMono)
1447+
if (isMono)
14481448
{
14491449
Assert.Inconclusive("mono has a different behaviour");
14501450
}

0 commit comments

Comments
 (0)