1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-09-17 15:02:34 +02:00

Fixed indeterministic test.

This commit is contained in:
Taloth Saldono 2015-10-11 12:56:47 +02:00
parent b6ddc8756b
commit 897937a778

View File

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