Skip to content

Commit 79e6068

Browse files
cdnadminFishrock123
authored andcommitted
test: use strictEqual() domain-http
did this at nina 2016 na code and learn event PR-URL: #9996 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Gibson Fahnestock <[email protected]> Reviewed-By: James M Snell <[email protected]>
1 parent 7428d80 commit 79e6068

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/parallel/test-domain-http-server.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ function next() {
8888
}
8989

9090
process.on('exit', function() {
91-
assert.equal(serverCaught, 2);
92-
assert.equal(clientCaught, 2);
91+
assert.strictEqual(serverCaught, 2);
92+
assert.strictEqual(clientCaught, 2);
9393
console.log('ok');
9494
});

0 commit comments

Comments
 (0)