assert non null and update test (#1604)

This commit is contained in:
Alex Christoffer Rasmussen
2025-05-11 18:29:18 +02:00
committed by arc-alex
parent c9bf6d9812
commit 66cd1decde
2 changed files with 11 additions and 8 deletions
@@ -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;