Skip to content

Commit 2d88af3

Browse files
Ahmad NassriMylesBorins
Ahmad Nassri
authored andcommitted
test: strictEqual argument order (actual, expected)
PR-URL: #24137 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]> Reviewed-By: Gireesh Punathil <[email protected]>
1 parent 11a84a7 commit 2d88af3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/parallel/test-console-instance.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ const err = new Stream();
3333
process.stdout.write = process.stderr.write = common.mustNotCall();
3434

3535
// Make sure that the "Console" function exists.
36-
assert.strictEqual('function', typeof Console);
36+
assert.strictEqual(typeof Console, 'function');
3737

3838
// Make sure that the Console constructor throws
3939
// when not given a writable stream instance.

0 commit comments

Comments
 (0)