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

Fixed last broken parsing test.

This commit is contained in:
Mark McDowall 2012-02-10 21:42:54 -08:00
parent b751bbc4ce
commit 3f02a1f347

View file

@ -137,7 +137,7 @@ public void import_unparsable_file_should_skip()
//Assert
VerifySkipImport(result, Mocker);
ExceptionVerification.ExpectedWarns(2);
ExceptionVerification.ExpectedWarns(1);
}
[Test]