We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6670b35 commit 5f0686aCopy full SHA for 5f0686a
test/parallel/test-dgram-send-callback-recursive.js
@@ -15,7 +15,7 @@ function onsend() {
15
if (sent++ < limit) {
16
client.send(chunk, 0, chunk.length, port, common.localhostIPv4, onsend);
17
} else {
18
- assert.strictEqual(async, true, 'Send should be asynchronous.');
+ assert.strictEqual(async, true);
19
}
20
21
0 commit comments