mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-20 13:33:34 -07: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 @@ namespace NzbDrone.Core.Test.Download.CompletedDownloadServiceTests
|
||||||
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…
Add table
Add a link
Reference in a new issue