Adding minute check for warmup test
This commit is contained in:
parent
430ab33627
commit
ef9925c29e
1 changed files with 1 additions and 0 deletions
|
|
@ -110,6 +110,7 @@ describe('reservations.cron', () => {
|
|||
expect(goTimeInvocation).toBeDefined()
|
||||
expect(goTimeInvocation?.getMilliseconds()).toBeLessThanOrEqual(100)
|
||||
expect(goTimeInvocation?.getSeconds()).toEqual(0)
|
||||
expect(goTimeInvocation?.getMinutes()).toEqual(0)
|
||||
expect(goTimeInvocation?.getHours()).toEqual(7)
|
||||
})
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue