mirror of
https://github.com/Prowlarr/Prowlarr
synced 2025-12-16 05:24:34 +01:00
only assert no warn/errors when test has passed.r
This commit is contained in:
parent
ff573f358f
commit
8f1127b57e
1 changed files with 1 additions and 2 deletions
|
|
@ -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 a new issue