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

Commit fa6ac10

Browse files
committed
fix forceArray (9) test
1 parent 34d9f9a commit fa6ac10

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.deep.equal(json);
115+
expect(result).to.equal(json);
116116
done();
117117
});
118118

0 commit comments

Comments
 (0)