Fixed broken tests after updating images
This commit is contained in:
parent
264286dcf1
commit
ed9a47449b
|
@ -375,7 +375,7 @@ namespace NzbDrone.Common.Test.Http
|
||||||
|
|
||||||
var fileInfo = new FileInfo(file);
|
var fileInfo = new FileInfo(file);
|
||||||
|
|
||||||
fileInfo.Length.Should().Be(307054);
|
fileInfo.Length.Should().Be(114770);
|
||||||
}
|
}
|
||||||
|
|
||||||
[Test]
|
[Test]
|
||||||
|
@ -393,7 +393,7 @@ namespace NzbDrone.Common.Test.Http
|
||||||
|
|
||||||
var fileInfo = new FileInfo(file);
|
var fileInfo = new FileInfo(file);
|
||||||
fileInfo.Exists.Should().BeTrue();
|
fileInfo.Exists.Should().BeTrue();
|
||||||
fileInfo.Length.Should().Be(307054);
|
fileInfo.Length.Should().Be(114770);
|
||||||
}
|
}
|
||||||
|
|
||||||
[Test]
|
[Test]
|
||||||
|
|
Loading…
Reference in New Issue