fixed small test issue

test-rebase
Robin Dadswell 4 years ago committed by nitsua
parent 579f1eae2d
commit d0952d4a0c

@ -318,9 +318,8 @@ namespace NzbDrone.Common.Test.Http
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…
Cancel
Save