Skip to content

Commit

Permalink
test: fix typo in inspector-helper.js
Browse files Browse the repository at this point in the history
PR-URL: #36127
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
Reviewed-By: Daijiro Wachi <daijiro.wachi@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
  • Loading branch information
lpinca authored and BethGriggs committed Dec 9, 2020
1 parent fa14657 commit addc26b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/common/inspector-helper.js
Expand Up @@ -228,7 +228,7 @@ class InspectorSession {

waitForNotification(methodOrPredicate, description) {
const desc = description || methodOrPredicate;
const message = `Timed out waiting for matching notification (${desc}))`;
const message = `Timed out waiting for matching notification (${desc})`;
return fires(
this._asyncWaitForNotification(methodOrPredicate), message, TIMEOUT);
}
Expand Down

0 comments on commit addc26b

Please sign in to comment.