Fix Tests from Site Image Changes

This commit is contained in:
Qstick 2021-01-18 13:17:10 -05:00
parent 8dafa29f8c
commit 982e3c14d3

View file

@ -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]