Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 77b47df

Browse filesBrowse 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
Copy full SHA for 77b47df

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Collapse file

‎test/common/inspector-helper.js‎

Copy file name to clipboardExpand all lines: test/common/inspector-helper.js
+1-1Lines 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
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.