settings: fix test spelling
This commit is contained in:
parent
1d0f12f4cb
commit
aba883ed2d
1 changed files with 1 additions and 1 deletions
|
|
@ -78,7 +78,7 @@ function assertObjectEqual(a, b, msg) {
|
||||||
var orderedA = reconstructObject(a, getKeys(a).sort()),
|
var orderedA = reconstructObject(a, getKeys(a).sort()),
|
||||||
orderedB = reconstructObject(b, getKeys(b).sort());
|
orderedB = reconstructObject(b, getKeys(b).sort());
|
||||||
|
|
||||||
// compare as strings for diff tolls to show us the difference
|
// compare as strings for diff tools to show us the difference
|
||||||
JSON.stringify(orderedA).should.equal(JSON.stringify(orderedB), msg)
|
JSON.stringify(orderedA).should.equal(JSON.stringify(orderedB), msg)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue