Some cleanup of things marked for removal in v3

pull/1392/head
Mark McDowall 4 years ago committed by ta264
parent 975ff0baf3
commit b3c217d713

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

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

Loading…
Cancel
Save