Skip to content

Commit 77b47df

Browse files
lpincacodebytere
authored andcommitted
test: fix typo in inspector-helper.js
PR-URL: #36127 Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Gireesh Punathil <[email protected]> Reviewed-By: Daijiro Wachi <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Rich Trott <[email protected]>
1 parent 4746649 commit 77b47df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/common/inspector-helper.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ class InspectorSession {
228228

229229
waitForNotification(methodOrPredicate, description) {
230230
const desc = description || methodOrPredicate;
231-
const message = `Timed out waiting for matching notification (${desc}))`;
231+
const message = `Timed out waiting for matching notification (${desc})`;
232232
return fires(
233233
this._asyncWaitForNotification(methodOrPredicate), message, TIMEOUT);
234234
}

0 commit comments

Comments
 (0)