Skip to content
This repository has been archived by the owner on Jan 7, 2021. It is now read-only.

Commit

Permalink
Revert "fix deep.equal with deepEqual for test (9)"
Browse files Browse the repository at this point in the history
This reverts commit 8583afe.
  • Loading branch information
LaughingBubba committed Jan 12, 2017
1 parent 8583afe commit 7a4f978
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test.js
Expand Up @@ -112,7 +112,7 @@ describe('xml2json', function () {
var result = parser.toJson(xml, {arrayNotation: ['drivers', 'vehicles']});
var json = internals.readFixture('forceArray.json');

expect(result).to.deepEqual(json);
expect(result).to.deep.equal(json);
done();
});

Expand Down

0 comments on commit 7a4f978

Please sign in to comment.