Fixed: Qbit torrents treated as failed after error

(cherry picked from commit 7e175bf95ed0a7b624b04a397b953f27043211ae)
This commit is contained in:
Mark McDowall
2021-10-03 00:44:13 -07:00
committed by Qstick
parent d8e4d388dc
commit d48f2a1cb6
2 changed files with 3 additions and 3 deletions
@@ -172,7 +172,7 @@ namespace NzbDrone.Core.Test.Download.DownloadClientTests.QBittorrentTests
GivenTorrents(new List<QBittorrentTorrent> { torrent });
var item = Subject.GetItems().Single();
VerifyFailed(item);
VerifyWarning(item);
}
[Test]