mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-20 21:43:33 -07:00
Fixed indeterministic test.
This commit is contained in:
parent
b6ddc8756b
commit
897937a778
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue