Some cleanup of things marked for removal in v3

This commit is contained in:
Mark McDowall
2020-10-02 14:59:39 -07:00
committed by ta264
parent 975ff0baf3
commit b3c217d713
2 changed files with 0 additions and 2 deletions

View File

@@ -226,7 +226,6 @@ namespace NzbDrone.Core.Test.Download.DownloadClientTests.SabnzbdTests
[TestCase(SabnzbdDownloadStatus.Checking)]
[TestCase(SabnzbdDownloadStatus.Downloading)]
[TestCase(SabnzbdDownloadStatus.QuickCheck)]
[TestCase(SabnzbdDownloadStatus.ToPP)]
[TestCase(SabnzbdDownloadStatus.Verifying)]
[TestCase(SabnzbdDownloadStatus.Repairing)]
[TestCase(SabnzbdDownloadStatus.Fetching)]

View File

@@ -7,7 +7,6 @@
Paused,
Checking,
Downloading,
ToPP, // TODO: Remove in v3
QuickCheck,
Verifying,
Repairing,