mirror of
https://github.com/Readarr/Readarr.git
synced 2026-09-21 10:45:12 -04:00
fixed broken tests
This commit is contained in:
1 parent
c5c02f08f8
commit
deefa07f38
1 file changed
+1
-1
@@ -48,7 +48,7 @@ public void LoggingDownBase()
|
||||
|
||||
//can't use because of a bug in mono with 2.6.2,
|
||||
//https://bugs.launchpad.net/nunitv2/+bug/1076932
|
||||
if (OsInfo.IsWindows && TestContext.CurrentContext.Result.State == TestState.Success)
|
||||
if (BuildInfo.IsDebug && TestContext.CurrentContext.Result.State == TestState.Success)
|
||||
{
|
||||
ExceptionVerification.AssertNoUnexcpectedLogs();
|
||||
}
|
||||
|
||||
Reference in new issue
Block a user