Skip to content

Commit 76cdaa1

Browse files
committed
chore: fix missed property
1 parent beee11a commit 76cdaa1

File tree

1 file changed

+1
-1
lines changed
  • packages/live-status-gateway/src/topics/__tests__

1 file changed

+1
-1
lines changed

packages/live-status-gateway/src/topics/__tests__/utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ export function makeTestParts(): DBPart[] {
5353
segmentId: protectString('segment0'),
5454
notes: [],
5555
externalId: 'NCS_PART_0',
56-
expectedDurationWithPreroll: 1000,
56+
expectedDurationWithTransition: 1000,
5757
title: 'Part 0',
5858
},
5959
]

0 commit comments

Comments
 (0)