mirror of
https://github.com/Readarr/Readarr
synced 2026-03-23 21:12:58 +01:00
fixed small test issue
This commit is contained in:
parent
579f1eae2d
commit
d0952d4a0c
1 changed files with 1 additions and 2 deletions
|
|
@ -318,9 +318,8 @@ public void should_not_download_file_with_error()
|
|||
Assert.Throws<WebException>(() => Subject.DownloadFile("https://download.readarr.com/wrongpath", file));
|
||||
|
||||
File.Exists(file).Should().BeFalse();
|
||||
File.Exists(file + ".part").Should().BeFalse();
|
||||
|
||||
ExceptionVerification.ExpectedWarns(0);
|
||||
ExceptionVerification.ExpectedWarns(1);
|
||||
}
|
||||
|
||||
[Test]
|
||||
|
|
|
|||
Loading…
Reference in a new issue