We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e087f26 commit fd3b1d1Copy full SHA for fd3b1d1
test/parallel/test-child-process-set-blocking.js
@@ -31,5 +31,5 @@ const cp = ch.spawn('python', ['-c', `print ${SIZE} * "C"`], {
31
});
32
33
cp.on('exit', common.mustCall(function(code) {
34
- assert.strictEqual(0, code);
+ assert.strictEqual(code, 0);
35
}));
0 commit comments