Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fixup
  • Loading branch information
BridgeAR committed Dec 4, 2018
commit e9c42cebd9634abc0f5b33b350f5c65cd8d55ed8
2 changes: 1 addition & 1 deletion test/parallel/test-assert-deep.js
Original file line number Diff line number Diff line change
Expand Up @@ -997,7 +997,7 @@ assert.throws(
assert.deepStrictEqual(a, b);
}

// Verify that extra keys will be tested for when
// Verify that extra keys will be tested for when using fake arrays.
{
const a = {
0: 1,
Expand Down