Fixed broken tests

pull/3113/head
Mark McDowall 12 years ago
parent 39aa5065bb
commit 5437f7599a

@ -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…
Cancel
Save