mirror of
https://github.com/fergalmoran/Readarr.git
synced 2026-01-01 06:18:16 +00:00
only assert no warn/errors when test has passed.r
This commit is contained in:
@@ -39,8 +39,7 @@ namespace NzbDrone.Test.Common
|
||||
[TearDown]
|
||||
public void LoggingDownBase()
|
||||
{
|
||||
|
||||
//if (TestContext.CurrentContext.Result.State == TestState.Failure || TestContext.CurrentContext.Result.State == TestState.Error)
|
||||
if (TestContext.CurrentContext.Result.State == TestState.Success)
|
||||
{
|
||||
ExceptionVerification.AssertNoUnexcpectedLogs();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user