From 415c2821c8ea4dc1119737a51f842dfbb69b27ac Mon Sep 17 00:00:00 2001 From: Qstick Date: Wed, 8 Apr 2020 21:59:47 -0400 Subject: [PATCH] Fix Qbit 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 06f05b758..4709f186d 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) {