Skip to content

Commit d085245

Browse files
CodeTheInternetFishrock123
authored andcommitted
test: strictEqual in test-beforeexit-event.js
PR-URL: #10004 Reviewed-by: Michael Dawson <[email protected]> Reviewed-By: Colin Ihrig <[email protected]>
1 parent dfa35d6 commit d085245

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/parallel/test-beforeexit-event.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,6 @@ function tryListen() {
3737
}
3838

3939
process.on('exit', function() {
40-
assert.equal(4, deaths);
41-
assert.equal(3, revivals);
40+
assert.strictEqual(4, deaths);
41+
assert.strictEqual(3, revivals);
4242
});

0 commit comments

Comments
 (0)