Skip to content

Commit 11ddc3a

Browse files
committed
chore: fix moar tests
1 parent 999b800 commit 11ddc3a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

packages/job-worker/src/ingest/mosDevice/__tests__/mosIngest.test.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -675,9 +675,7 @@ describe('Test recieved mos ingest payloads', () => {
675675
replace: true,
676676
})
677677
).rejects.toThrow(
678-
`Part ${getMosIngestSegmentExternalId(mosTypes.mosString128.stringify(beforeStoryId))} in rundown ${
679-
rundown.externalId
680-
} not found`
678+
`Part ${mosTypes.mosString128.stringify(beforeStoryId)} in rundown ${rundown.externalId} not found`
681679
)
682680

683681
expect(

0 commit comments

Comments
 (0)