Don't copy/pasta kids

pull/5297/head
Mark McDowall 2 years ago
parent 8bea8a10da
commit 530829f8ed

@ -117,7 +117,7 @@ namespace NzbDrone.Core.Test.DecisionEngineTests
.Setup(s => s.DownloadPropersAndRepacks)
.Returns(ProperDownloadTypes.DoNotPrefer);
_subject.IsSatisfiedBy(_remoteEpisode, null).Accepted.Should().BeFalse();
_subject.IsSatisfiedBy(_remoteEpisode, null).Accepted.Should().BeTrue();
}
}
}

Loading…
Cancel
Save