mirror of
https://github.com/Radarr/Radarr
synced 2024-12-23 00:12:44 +00:00
Fix Tests from Site Image Changes
This commit is contained in:
parent
0f0aaeef4b
commit
c6123a076f
1 changed files with 2 additions and 2 deletions
|
@ -294,7 +294,7 @@ public void should_download_file()
|
|||
|
||||
var fileInfo = new FileInfo(file);
|
||||
fileInfo.Exists.Should().BeTrue();
|
||||
fileInfo.Length.Should().Be(251536);
|
||||
fileInfo.Length.Should().Be(270964);
|
||||
}
|
||||
|
||||
[Test]
|
||||
|
@ -312,7 +312,7 @@ public void should_download_file_with_redirect()
|
|||
|
||||
var fileInfo = new FileInfo(file);
|
||||
fileInfo.Exists.Should().BeTrue();
|
||||
fileInfo.Length.Should().Be(251536);
|
||||
fileInfo.Length.Should().Be(270964);
|
||||
}
|
||||
|
||||
[Test]
|
||||
|
|
Loading…
Reference in a new issue