mirror of
https://github.com/Sonarr/Sonarr
synced 2026-05-08 13:01:10 +02:00
Fixed broken tests after updating images
This commit is contained in:
parent
264286dcf1
commit
ed9a47449b
1 changed files with 2 additions and 2 deletions
|
|
@ -375,7 +375,7 @@ public void should_download_file()
|
|||
|
||||
var fileInfo = new FileInfo(file);
|
||||
|
||||
fileInfo.Length.Should().Be(307054);
|
||||
fileInfo.Length.Should().Be(114770);
|
||||
}
|
||||
|
||||
[Test]
|
||||
|
|
@ -393,7 +393,7 @@ public void should_download_file_with_redirect()
|
|||
|
||||
var fileInfo = new FileInfo(file);
|
||||
fileInfo.Exists.Should().BeTrue();
|
||||
fileInfo.Length.Should().Be(307054);
|
||||
fileInfo.Length.Should().Be(114770);
|
||||
}
|
||||
|
||||
[Test]
|
||||
|
|
|
|||
Loading…
Reference in a new issue