Skip to content

Commit 299155d

Browse files
squash: make assertion error message more specific
1 parent 5578701 commit 299155d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/parallel/test-cli-syntax.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,6 @@ syntaxArgs.forEach(function(args) {
129129
'--check and --eval flags are mutually exclusive.\n'
130130
);
131131

132-
assert.strictEqual(c.status, 9, 'code == ' + c.status);
132+
assert.strictEqual(c.status, 9, 'code === ' + c.status);
133133
});
134134
});

0 commit comments

Comments
 (0)