Fix checkingUP qbit status unit test

Fixes #227
This commit is contained in:
Mark McDowall
2020-04-12 12:31:17 -07:00
committed by Qstick
parent 92715ac850
commit c31bbb63fb

View File

@@ -191,7 +191,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)
{
@@ -215,6 +214,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)
{