Testing ExceptionVerification Inconclusive logic

This commit is contained in:
kay.one
2011-10-16 20:32:57 -07:00
parent 1d97455e9f
commit 77b867d65e
2 changed files with 12 additions and 12 deletions
@@ -55,7 +55,7 @@ namespace NzbDrone.Core.Test.Framework.AutoMoq
public void Test_should_pass_when_exception_type_is_ignored()
{
Logger.ErrorException("bad exception", new WebException("Test"));
ExceptionVerification.MarkForInconclusive(typeof(WebException));
ExceptionVerification.MarkInconclusive(typeof(WebException));
}
}
}