File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
packages/webui/src/client/lib/__tests__ Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -1344,7 +1344,7 @@ describe('rundown Timing Calculator', () => {
13441344 partInstancesMap ,
13451345 segmentsMap ,
13461346 DEFAULT_DURATION ,
1347- [ ]
1347+ { }
13481348 )
13491349 expect ( result ) . toEqual (
13501350 literal < RundownTimingContext > ( {
@@ -1411,7 +1411,6 @@ describe('rundown Timing Calculator', () => {
14111411 [ segmentId1 ] : 5000 ,
14121412 [ segmentId2 ] : 3000 ,
14131413 } ,
1414- segmentStartedPlayback : { } ,
14151414 } )
14161415 )
14171416 } )
@@ -1494,7 +1493,7 @@ describe('rundown Timing Calculator', () => {
14941493 partInstancesMap ,
14951494 segmentsMap ,
14961495 DEFAULT_DURATION ,
1497- [ ]
1496+ { }
14981497 )
14991498 expect ( result ) . toEqual (
15001499 literal < RundownTimingContext > ( {
@@ -1561,7 +1560,6 @@ describe('rundown Timing Calculator', () => {
15611560 [ segmentId1 ] : 5000 ,
15621561 [ segmentId2 ] : 3000 ,
15631562 } ,
1564- segmentStartedPlayback : { } ,
15651563 } )
15661564 )
15671565 } )
You can’t perform that action at this time.
0 commit comments