Skip to content

Commit a563f79

Browse files
lpincaBethGriggs
authored andcommittedDec 15, 2020
test: fix typo in inspector-helper.js
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>
1 parent 3e77536 commit a563f79

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)
Please sign in to comment.