mirror of
https://github.com/Lidarr/Lidarr
synced 2025-12-06 08:25:54 +01:00
Fix Completed Download Service tests
This commit is contained in:
parent
29f5810865
commit
1e42ae94aa
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