mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-12 02:43:50 +00:00
assert non null and update test (#1604)
This commit is contained in:
committed by
arc-alex
parent
c9bf6d9812
commit
66cd1decde
@@ -737,6 +737,7 @@ describe('getRuntimeOffset()', () => {
|
||||
},
|
||||
runtime: {
|
||||
actualStart: 150,
|
||||
plannedStart: 100,
|
||||
},
|
||||
} as RuntimeState;
|
||||
|
||||
@@ -760,6 +761,7 @@ describe('getRuntimeOffset()', () => {
|
||||
},
|
||||
runtime: {
|
||||
actualStart: 150,
|
||||
plannedStart: 100,
|
||||
},
|
||||
} as RuntimeState;
|
||||
|
||||
@@ -784,6 +786,7 @@ describe('getRuntimeOffset()', () => {
|
||||
},
|
||||
runtime: {
|
||||
actualStart: 100,
|
||||
plannedStart: 100,
|
||||
},
|
||||
} as RuntimeState;
|
||||
|
||||
@@ -809,6 +812,7 @@ describe('getRuntimeOffset()', () => {
|
||||
},
|
||||
runtime: {
|
||||
actualStart: 100,
|
||||
plannedStart: 100,
|
||||
},
|
||||
} as RuntimeState;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user