1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2024-12-14 11:23:42 +02:00

And forgot test of course

This commit is contained in:
Taloth Saldono 2020-11-14 02:02:12 +01:00
parent 3ff848b019
commit 49bf3f4512

View File

@ -346,7 +346,7 @@ public void multi_file_torrent_outputpath_should_have_sanitised_name()
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]