Skip to content

Commit 75d41cf

Browse files
shakeelmohamedjoyeecheung
authored andcommitted
test: improve assertion message in dgram test
PR-URL: #16121 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
1 parent a84e10e commit 75d41cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/parallel/test-dgram-send-callback-recursive.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ function onsend() {
1515
if (sent++ < limit) {
1616
client.send(chunk, 0, chunk.length, port, common.localhostIPv4, onsend);
1717
} else {
18-
assert.strictEqual(async, true, 'Send should be asynchronous.');
18+
assert.strictEqual(async, true);
1919
}
2020
}
2121

0 commit comments

Comments
 (0)