Fix Completed Download Service tests
This commit is contained in:
@@ -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()
|
||||||
|
|||||||
Reference in New Issue
Block a user