Skip to content

Commit a4250ef

Browse files
committed
chore: fix type error
1 parent 0538ef1 commit a4250ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/job-worker/src/playout/model/implementation/__tests__/PlayoutPartInstanceModelImpl.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ describe('PlayoutPartInstanceModelImpl', () => {
2525
externalId: '',
2626
title: '',
2727

28-
expectedDurationWithPreroll: undefined,
28+
expectedDurationWithTransition: undefined,
2929
},
3030
}
3131
}

0 commit comments

Comments
 (0)