Skip to content

Commit

Permalink
test: use assert.deepEqual
Browse files Browse the repository at this point in the history
  • Loading branch information
fisker committed Dec 10, 2019
1 parent b30f7f4 commit 8ddc383
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test.js
Expand Up @@ -43,7 +43,7 @@ assert.equal(JSON.stringify(sortObject({
"key-10": 1,
}));

assert.deepStrictEqual(Object.keys(sortObject({
assert.deepEqual(Object.keys(sortObject({
b: 1,
a: 1,
}, ['a', 'b', 'c', 'd'])), [
Expand Down

0 comments on commit 8ddc383

Please sign in to comment.