mirror of https://github.com/Radarr/Radarr
Fix Tests from Site Image Changes
This commit is contained in:
parent
0f0aaeef4b
commit
c6123a076f
|
@ -294,7 +294,7 @@ namespace NzbDrone.Common.Test.Http
|
|||
|
||||
var fileInfo = new FileInfo(file);
|
||||
fileInfo.Exists.Should().BeTrue();
|
||||
fileInfo.Length.Should().Be(251536);
|
||||
fileInfo.Length.Should().Be(270964);
|
||||
}
|
||||
|
||||
[Test]
|
||||
|
@ -312,7 +312,7 @@ namespace NzbDrone.Common.Test.Http
|
|||
|
||||
var fileInfo = new FileInfo(file);
|
||||
fileInfo.Exists.Should().BeTrue();
|
||||
fileInfo.Length.Should().Be(251536);
|
||||
fileInfo.Length.Should().Be(270964);
|
||||
}
|
||||
|
||||
[Test]
|
||||
|
|
Loading…
Reference in New Issue