Fixed indeterministic test.

pull/4/head
Taloth Saldono 9 years ago
parent b6ddc8756b
commit 897937a778

@ -18,6 +18,7 @@ namespace NzbDrone.Core.Test.TvTests
{
_series = Builder<Series>.CreateNew()
.With(v => v.Status == SeriesStatusType.Continuing)
.With(v => v.LastInfoSync == DateTime.UtcNow.AddHours(-12))
.Build();
Mocker.GetMock<IEpisodeService>()

Loading…
Cancel
Save