mirror of
https://github.com/Lidarr/Lidarr
synced 2025-12-15 12:57:14 +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>()
|
Mocker.GetMock<IEventAggregator>()
|
||||||
.Verify(v => v.PublishEvent(It.IsAny<DownloadCompletedEvent>()), Times.Never());
|
.Verify(v => v.PublishEvent(It.IsAny<DownloadCompletedEvent>()), Times.Never());
|
||||||
|
|
||||||
_trackedDownload.State.Should().Be(TrackedDownloadState.ImportBlocked);
|
_trackedDownload.State.Should().Be(TrackedDownloadState.ImportFailed);
|
||||||
}
|
}
|
||||||
|
|
||||||
private void AssertImported()
|
private void AssertImported()
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue