Skip to content

Commit a913fee

Browse files
committed
Lint
1 parent 299f62d commit a913fee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

special-pages/pages/duckplayer/integration-tests/duckplayer.spec.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -341,8 +341,8 @@ test.describe('reporting exceptions', () => {
341341
duckplayer.initError();
342342
await duckplayer.openWithVideoID();
343343
const message = isWindows(workerInfo)
344-
? 'Cannot read properties of undefined (reading \'pip\')'
345-
: 'undefined is not an object (evaluating \'init2.settings.pip\')';
344+
? "Cannot read properties of undefined (reading 'pip')"
345+
: "undefined is not an object (evaluating 'init2.settings.pip')";
346346
await duckplayer.didSendException('InitError', message);
347347
});
348348
});

0 commit comments

Comments
 (0)