mirror of
https://github.com/Radarr/Radarr.git
synced 2026-03-14 15:46:43 -04:00
Compare commits
1 Commits
develop
...
v3.0.2.455
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
982e3c14d3 |
@@ -294,7 +294,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(251536);
|
fileInfo.Length.Should().Be(270964);
|
||||||
}
|
}
|
||||||
|
|
||||||
[Test]
|
[Test]
|
||||||
@@ -312,7 +312,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(251536);
|
fileInfo.Length.Should().Be(270964);
|
||||||
}
|
}
|
||||||
|
|
||||||
[Test]
|
[Test]
|
||||||
|
|||||||
Reference in New Issue
Block a user