From ccdfdd104954ac00642884bc7ae4d033546af00b Mon Sep 17 00:00:00 2001 From: Mark McDowall Date: Sun, 12 Apr 2020 12:31:17 -0700 Subject: [PATCH] Fix checkingUP qbit status unit test --- .../DownloadClientTests/QBittorrentTests/QBittorrentFixture.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/NzbDrone.Core.Test/Download/DownloadClientTests/QBittorrentTests/QBittorrentFixture.cs b/src/NzbDrone.Core.Test/Download/DownloadClientTests/QBittorrentTests/QBittorrentFixture.cs index 94407e1b1..5ab2e0509 100644 --- a/src/NzbDrone.Core.Test/Download/DownloadClientTests/QBittorrentTests/QBittorrentFixture.cs +++ b/src/NzbDrone.Core.Test/Download/DownloadClientTests/QBittorrentTests/QBittorrentFixture.cs @@ -169,7 +169,6 @@ namespace NzbDrone.Core.Test.Download.DownloadClientTests.QBittorrentTests [TestCase("queuedUP")] [TestCase("uploading")] [TestCase("stalledUP")] - [TestCase("checkingUP")] [TestCase("forcedUP")] public void completed_item_should_have_required_properties(string state) { @@ -193,6 +192,7 @@ namespace NzbDrone.Core.Test.Download.DownloadClientTests.QBittorrentTests [TestCase("queuedDL")] [TestCase("checkingDL")] + [TestCase("checkingUP")] [TestCase("metaDL")] public void queued_item_should_have_required_properties(string state) {