mirror of
https://github.com/Lidarr/Lidarr
synced 2026-05-08 04:21:32 +02:00
Fix Completed Download Service tests
This commit is contained in:
parent
2502d2423b
commit
93ddc5d288
1 changed files with 1 additions and 1 deletions
|
|
@ -395,7 +395,7 @@ private void AssertNotImported()
|
|||
Mocker.GetMock<IEventAggregator>()
|
||||
.Verify(v => v.PublishEvent(It.IsAny<DownloadCompletedEvent>()), Times.Never());
|
||||
|
||||
_trackedDownload.State.Should().Be(TrackedDownloadState.ImportBlocked);
|
||||
_trackedDownload.State.Should().Be(TrackedDownloadState.ImportFailed);
|
||||
}
|
||||
|
||||
private void AssertImported()
|
||||
|
|
|
|||
Loading…
Reference in a new issue