mirror of
https://github.com/Sonarr/Sonarr.git
synced 2025-04-24 22:37:06 -04:00
And forgot test of course
This commit is contained in:
parent
3ff848b019
commit
49bf3f4512
1 changed files with 1 additions and 1 deletions
|
@ -346,7 +346,7 @@ namespace NzbDrone.Core.Test.Download.DownloadClientTests.QBittorrentTests
|
||||||
|
|
||||||
var result = Subject.GetImportItem(item, null);
|
var result = Subject.GetImportItem(item, null);
|
||||||
|
|
||||||
result.OutputPath.FullPath.Should().Be(Path.Combine(torrent.SavePath, "Droned.S01.12") + Path.DirectorySeparatorChar);
|
result.OutputPath.FullPath.Should().Be(Path.Combine(torrent.SavePath, "Droned.S01.12"));
|
||||||
}
|
}
|
||||||
|
|
||||||
[Test]
|
[Test]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue