1
0
mirror of https://github.com/matrix-org/matrix-js-sdk.git synced 2025-08-06 12:02:40 +03:00

APPEASE. THE. LINTER.

This commit is contained in:
Travis Ralston
2021-06-11 11:37:44 -06:00
parent 0541b7f3c5
commit 9af214007e

View File

@@ -152,10 +152,10 @@ describe("utils", function() {
assert.isTrue(utils.deepCompare({
1: { name: "mhc", age: 28 },
2: { name: "arb", age: 26 }
2: { name: "arb", age: 26 },
}, {
1: { name: "mhc", age: 28 },
2: { name: "arb", age: 26 }
2: { name: "arb", age: 26 },
}));
assert.isFalse(utils.deepCompare({