mirror of
https://github.com/fergalmoran/Readarr.git
synced 2026-01-19 23:25:43 +00:00
Fixed indeterministic test.
This commit is contained in:
@@ -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>()
|
||||
|
||||
Reference in New Issue
Block a user