mirror of
https://github.com/Radarr/Radarr.git
synced 2024-11-09 04:22:30 +01:00
only assert no warn/errors when test has passed.r
This commit is contained in:
parent
ff573f358f
commit
8f1127b57e
@ -39,8 +39,7 @@ public void LoggingTestSetup()
|
||||
[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();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user