mirror of
https://github.com/Radarr/Radarr
synced 2025-02-23 23:01:10 +00:00
Fix tests in TorrentDownloadStationFixture
This commit is contained in:
parent
0f34948c00
commit
5ead395f9f
1 changed files with 1 additions and 1 deletions
|
@ -638,7 +638,7 @@ public void GetItems_should_map_outputpath_for_completed_or_failed_tasks()
|
|||
|
||||
[TestCase(DownloadStationTaskStatus.Downloading, false, false)]
|
||||
[TestCase(DownloadStationTaskStatus.Finished, true, true)]
|
||||
[TestCase(DownloadStationTaskStatus.Seeding, true, false)]
|
||||
[TestCase(DownloadStationTaskStatus.Seeding, false, false)]
|
||||
[TestCase(DownloadStationTaskStatus.Waiting, false, false)]
|
||||
public void GetItems_should_return_canBeMoved_and_canBeDeleted_as_expected(DownloadStationTaskStatus apiStatus, bool canMoveFilesExpected, bool canBeRemovedExpected)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue