From b576d3d1975aab541ec2c2ea0a4107a520b157e8 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 3f6abf02d..49e3ea8ab 100644 --- a/src/NzbDrone.Core.Test/Download/DownloadClientTests/QBittorrentTests/QBittorrentFixture.cs +++ b/src/NzbDrone.Core.Test/Download/DownloadClientTests/QBittorrentTests/QBittorrentFixture.cs @@ -171,7 +171,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) { @@ -195,6 +194,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) {