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

Commit 7a4f978

Browse files
committed
Revert "fix deep.equal with deepEqual for test (9)"
This reverts commit 8583afe.
1 parent 8583afe commit 7a4f978

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ describe('xml2json', function () {
112112
var result = parser.toJson(xml, {arrayNotation: ['drivers', 'vehicles']});
113113
var json = internals.readFixture('forceArray.json');
114114

115-
expect(result).to.deepEqual(json);
115+
expect(result).to.deep.equal(json);
116116
done();
117117
});
118118

0 commit comments

Comments
 (0)