Skip to content

Commit 325897a

Browse files
committed
Fix test failure.
1 parent ddd5e3d commit 325897a

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed
Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
{
2-
"A" : 1,
3-
"X" : 2,
4-
"_arraysNotSorted" : [ 3, 2, 1 ],
5-
"_objectsInArraysAreSorted" : [ {
6-
"a" : 1,
7-
"b" : 2
2+
"A": 1,
3+
"X": 2,
4+
"_arraysNotSorted": [ 3, 2, 1 ],
5+
"_objectsInArraysAreSorted": [ {
6+
"a": 1,
7+
"b": 2
88
} ],
9-
"a" : 3,
10-
"c" : 4,
11-
"x" : 5,
12-
"z" : {
13-
"A" : 1,
14-
"X" : 2,
15-
"a" : 3,
16-
"c" : 4,
17-
"x" : 5
9+
"a": 3,
10+
"c": 4,
11+
"x": 5,
12+
"z": {
13+
"A": 1,
14+
"X": 2,
15+
"a": 3,
16+
"c": 4,
17+
"x": 5
1818
}
1919
}

0 commit comments

Comments
 (0)