1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-24 22:36:19 -04:00

Fix broken tests

This commit is contained in:
Mark McDowall
2021-10-03 12:45:01 -07:00
parent f4c71fc56f
commit 89b1d58b86
2 changed files with 8 additions and 8 deletions
@@ -170,7 +170,7 @@ namespace NzbDrone.Core.Test.Download.DownloadClientTests.QBittorrentTests
GivenTorrents(new List<QBittorrentTorrent> { torrent });
var item = Subject.GetItems().Single();
VerifyFailed(item);
VerifyWarning(item);
}
[Test]