Skip to content

Commit 2779bfb

Browse files
committed
fixup: it is going to be true
1 parent 4456a33 commit 2779bfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/parallel/test-fork-send-returns-boolean.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ const fork = require('child_process').fork;
66
const n = fork(common.fixturesDir + '/empty.js');
77

88
const rv = n.send({ hello: 'world' });
9-
assert.strictEqual(typeof rv, 'boolean');
9+
assert.strictEqual(rv, true);

0 commit comments

Comments
 (0)