mirror of
https://github.com/Readarr/Readarr
synced 2026-04-26 23:01:06 +02:00
Fixed last broken parsing test.
This commit is contained in:
parent
b751bbc4ce
commit
3f02a1f347
1 changed files with 1 additions and 1 deletions
|
|
@ -137,7 +137,7 @@ public void import_unparsable_file_should_skip()
|
||||||
|
|
||||||
//Assert
|
//Assert
|
||||||
VerifySkipImport(result, Mocker);
|
VerifySkipImport(result, Mocker);
|
||||||
ExceptionVerification.ExpectedWarns(2);
|
ExceptionVerification.ExpectedWarns(1);
|
||||||
}
|
}
|
||||||
|
|
||||||
[Test]
|
[Test]
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue