We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6780c0e commit 3e8df73Copy full SHA for 3e8df73
test/parallel/test-crypto-fips.js
@@ -53,7 +53,7 @@ function testHelper(stream, args, expectedOutput, cmd, env) {
53
assert.notEqual(-1, response.indexOf(expectedOutput));
54
} else {
55
// Normal path where we expect either FIPS enabled or disabled.
56
- assert.equal(expectedOutput, response);
+ assert.strictEqual(expectedOutput, Number(response));
57
}
58
childOk(child);
59
0 commit comments