1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-17 21:26:22 -04:00

Fix Qbit Test

This commit is contained in:
Qstick
2020-04-08 21:59:47 -04:00
parent f891f25f9d
commit 415c2821c8

View File

@@ -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)
{