mirror of
https://github.com/Readarr/Readarr.git
synced 2026-09-22 11:15:03 -04:00
Fixed indeterministic test.
This commit is contained in:
1 parent
b6ddc8756b
commit
897937a778
1 file changed
+1
@@ -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>()
|
||||
|
||||
Reference in new issue
Block a user