1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-22 22:15:17 -04:00

@cosmetic Fixed all erroring tests.

This commit is contained in:
Leonardo Galli
2018-01-30 15:09:19 +01:00
parent 2459ddb6f4
commit 74e0db2829
4 changed files with 4 additions and 4 deletions
@@ -340,7 +340,7 @@ namespace NzbDrone.Core.Test.Download.DownloadClientTests.NzbgetTests
result.IsLocalhost.Should().BeTrue();
result.OutputRootFolders.Should().NotBeNull();
result.OutputRootFolders.First().Should().Be(@"/remote/mount/tv");
result.OutputRootFolders.First().Should().Be(@"/remote/mount/movie");
}
[Test]