fixed more tests

This commit is contained in:
kay.one
2013-04-14 20:33:03 -07:00
parent 6e88f55a54
commit 15c15b4f71
2 changed files with 30 additions and 41 deletions
@@ -43,7 +43,7 @@ namespace NzbDrone.Core.Test.DecisionEngineTests
_fail2.Setup(c => c.IsSatisfiedBy(It.IsAny<RemoteEpisode>())).Returns(false);
_fail3.Setup(c => c.IsSatisfiedBy(It.IsAny<RemoteEpisode>())).Returns(false);
_reports = new List<ReportInfo>();
_reports = new List<ReportInfo> {new ReportInfo()};
_remoteEpisode = new RemoteEpisode();
Mocker.GetMock<IParsingService>().Setup(c => c.Map(It.IsAny<ReportInfo>()))