fixed more tests.

This commit is contained in:
kay.one
2013-02-24 11:57:33 -08:00
parent a98d792c0d
commit 9931bab998
51 changed files with 184 additions and 169 deletions
@@ -39,7 +39,7 @@ namespace NzbDrone.Core.Test.DecisionEngineTests
.Build();
_episode = Builder<Episode>.CreateNew()
.With(e => e.SeriesId = _series.SeriesId)
.With(e => e.SeriesId = _series.OID)
.With(e => e.Series = _series)
.With(e => e.EpisodeFile = _episodeFile)
.Build();