1
0
Fork 0
mirror of https://github.com/lidarr/Lidarr synced 2024-12-26 17:47:08 +00:00

only assert no warn/errors when test has passed.r

This commit is contained in:
kay.one 2013-08-05 21:48:48 -07:00
parent ff573f358f
commit 8f1127b57e

View file

@ -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();
}