Fix Completed Download Service tests

This commit is contained in:
Bogdan 2025-03-06 19:49:10 +02:00
commit 1e42ae94aa

View file

@ -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()