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 604ab12

Browse filesBrowse files
dinophilegibfahn
authored andcommitted
test: show values instead of assertion message
PR-URL: #15979 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
1 parent a194d83 commit 604ab12
Copy full SHA for 604ab12

File tree

Expand file treeCollapse file tree

1 file changed

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

1 file changed

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

‎test/internet/test-dgram-multicast-multi-process.js‎

Copy file name to clipboardExpand all lines: test/internet/test-dgram-multicast-multi-process.js
+1-2Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,7 @@ function launchChildProcess() {
111111
console.error('[PARENT] %d received %d matching messages.',
112112
worker.pid, count);
113113

114-
assert.strictEqual(count, messages.length,
115-
'A worker received an invalid multicast message');
114+
assert.strictEqual(count, messages.length);
116115
});
117116

118117
clearTimeout(timer);

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.