We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16d7060 commit 54778a0Copy full SHA for 54778a0
test/parallel/test-crypto-fips.js
@@ -54,7 +54,7 @@ function testHelper(stream, args, expectedOutput, cmd, env) {
54
assert.ok(response.includes(expectedOutput));
55
} else {
56
// Normal path where we expect either FIPS enabled or disabled.
57
- assert.strictEqual(expectedOutput, Number(response));
+ assert.strictEqual(Number(response), expectedOutput);
58
}
59
childOk(child);
60
0 commit comments