Skip to content

Commit

Permalink
Update test/parallel/test-assert-deep.js
Browse files Browse the repository at this point in the history
Co-authored-by: Chris Harvey <1362083+chharvey@users.noreply.github.com>
  • Loading branch information
lemire and chharvey authored Jun 13, 2024
1 parent f959730 commit ed5916e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/parallel/test-assert-deep.js
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@ assertOnlyDeepEqual(
new Map([[null, undefined], [false, '2']]),
);
const xarray = ['x'];
assertOnlyDeepEqual(
assertDeepAndStrictEqual(
new Set([xarray, ['y']]),
new Set([xarray, ['y']])
);
Expand Down

0 comments on commit ed5916e

Please sign in to comment.