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 <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 4746649 commit 77b47df

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎test/common/inspector-helper.js‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ class InspectorSession {
228228

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

0 commit comments

Comments
 (0)