Fix tests in TorrentDownloadStationFixture

This commit is contained in:
Bogdan 2023-05-21 10:40:18 +03:00 committed by Mark McDowall
parent d743a8f7e9
commit d492f28645
1 changed files with 1 additions and 1 deletions

View File

@ -591,7 +591,7 @@ namespace NzbDrone.Core.Test.Download.DownloadClientTests.DownloadStationTests
[TestCase(DownloadStationTaskStatus.Downloading, false, false)] [TestCase(DownloadStationTaskStatus.Downloading, false, false)]
[TestCase(DownloadStationTaskStatus.Finished, true, true)] [TestCase(DownloadStationTaskStatus.Finished, true, true)]
[TestCase(DownloadStationTaskStatus.Seeding, true, false)] [TestCase(DownloadStationTaskStatus.Seeding, false, false)]
[TestCase(DownloadStationTaskStatus.Waiting, false, false)] [TestCase(DownloadStationTaskStatus.Waiting, false, false)]
public void GetItems_should_return_canBeMoved_and_canBeDeleted_as_expected(DownloadStationTaskStatus apiStatus, bool canMoveFilesExpected, bool canBeRemovedExpected) public void GetItems_should_return_canBeMoved_and_canBeDeleted_as_expected(DownloadStationTaskStatus apiStatus, bool canMoveFilesExpected, bool canBeRemovedExpected)
{ {