mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
Fix Tests that reference Radarr Site
This commit is contained in:
@@ -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]
|
||||
|
Reference in New Issue
Block a user