Skip to content

Commit e95cfec

Browse files
committed
fix
1 parent e4c9f5b commit e95cfec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

meteor/server/publications/pieceContentStatusUI/__tests__/checkPieceContentStatus.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ describe('lib/mediaObjects', () => {
243243
expect(mediaId3).toEqual(undefined)
244244
})
245245

246-
test.only('checkPieceContentStatus', async () => {
246+
test('checkPieceContentStatus', async () => {
247247
const mockStudioSettings: IStudioSettings = {
248248
supportedMediaFormats: '1920x1080i5000, 1280x720, i5000, i5000tff',
249249
mediaPreviewsUrl: '',

0 commit comments

Comments
 (0)