mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-18 21:34:28 -04:00
trying to fix nunit in teamcity.
This commit is contained in:
@@ -41,7 +41,7 @@ namespace NzbDrone.Test.Common
|
||||
[TearDown]
|
||||
public void LoggingDownBase()
|
||||
{
|
||||
if (TestContext.CurrentContext.Result.Status == TestStatus.Passed)
|
||||
if (TestContext.CurrentContext.Result.State == TestState.Failure || TestContext.CurrentContext.Result.State == TestState.Error)
|
||||
{
|
||||
ExceptionVerification.AssertNoUnexcpectedLogs();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user