mirror of
https://github.com/Sonarr/Sonarr.git
synced 2026-03-05 13:20:20 -05:00
Fixed broken tests after updating images
This commit is contained in:
@@ -375,7 +375,7 @@ namespace NzbDrone.Common.Test.Http
|
||||
|
||||
var fileInfo = new FileInfo(file);
|
||||
|
||||
fileInfo.Length.Should().Be(307054);
|
||||
fileInfo.Length.Should().Be(114770);
|
||||
}
|
||||
|
||||
[Test]
|
||||
@@ -393,7 +393,7 @@ namespace NzbDrone.Common.Test.Http
|
||||
|
||||
var fileInfo = new FileInfo(file);
|
||||
fileInfo.Exists.Should().BeTrue();
|
||||
fileInfo.Length.Should().Be(307054);
|
||||
fileInfo.Length.Should().Be(114770);
|
||||
}
|
||||
|
||||
[Test]
|
||||
|
||||
Reference in New Issue
Block a user