mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-30 11:48:26 -07:00
fixed some broken tests.
This commit is contained in:
parent
85cd877b0c
commit
fc57262c89
6 changed files with 7 additions and 4 deletions
|
@ -23,6 +23,7 @@ namespace NzbDrone.Core.Test.Datastore
|
|||
_basicType = Builder<ScheduledTask>
|
||||
.CreateNew()
|
||||
.With(c => c.Id = 0)
|
||||
.With(c => c.LastExecution = DateTime.UtcNow)
|
||||
.Build();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue