mirror of
https://github.com/Sonarr/Sonarr
synced 2025-03-15 16:39:48 +00:00
Fixed broken tests
This commit is contained in:
parent
39aa5065bb
commit
5437f7599a
1 changed files with 4 additions and 0 deletions
|
@ -48,6 +48,10 @@ namespace NzbDrone.Core.Test.ProviderTests.DecisionEngineTests
|
||||||
Mocker.GetMock<RetentionSpecification>()
|
Mocker.GetMock<RetentionSpecification>()
|
||||||
.Setup(c => c.IsSatisfiedBy(It.IsAny<EpisodeParseResult>()))
|
.Setup(c => c.IsSatisfiedBy(It.IsAny<EpisodeParseResult>()))
|
||||||
.Returns(true);
|
.Returns(true);
|
||||||
|
|
||||||
|
Mocker.GetMock<AllowedReleaseGroupSpecification>()
|
||||||
|
.Setup(c => c.IsSatisfiedBy(It.IsAny<EpisodeParseResult>()))
|
||||||
|
.Returns(true);
|
||||||
}
|
}
|
||||||
|
|
||||||
private void WithProfileNotAllowed()
|
private void WithProfileNotAllowed()
|
||||||
|
|
Loading…
Add table
Reference in a new issue