Fixed notifications, episodestatus test

This commit is contained in:
kay.one 2011-06-18 10:18:25 -07:00
commit ed4976de90
2 changed files with 4 additions and 4 deletions

View file

@ -70,7 +70,7 @@ namespace NzbDrone.Core.Test
.With(e => e.AirDate = DateTime.Now.AddDays(offsetDays))
.With(e => e.Ignored = ignored)
.With(e => e.EpisodeFileId = 0)
.With(e => e.GrabDate = DateTime.Now.AddDays(-1))
.With(e => e.GrabDate = DateTime.Now.AddHours(22))
.Build();
if (hasEpisodes)