We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b35d234 commit 722e0d4Copy full SHA for 722e0d4
test/parallel/test-http-expect-handling.js
@@ -51,5 +51,5 @@ function nextTest() {
51
52
53
process.on('exit', function() {
54
- assert.strictEqual(2, testsComplete);
+ assert.strictEqual(testsComplete, 2);
55
});
0 commit comments