mirror of
https://github.com/Prowlarr/Prowlarr
synced 2025-12-31 21:03:38 +01:00
Fix Tests that reference Radarr Site
This commit is contained in:
parent
febdf2a027
commit
cd65729239
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