Skip to content

Commit c060599

Browse files
author
Aleksey Genus
committed
Make values consistent
1 parent a413524 commit c060599

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

testlib/src/main/resources/json/sortByKeysAfter.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
],
99
"_objectsInArraysAreSorted": [
1010
{
11-
"a": "1",
11+
"a": 1,
1212
"b": 2
1313
}
1414
],

testlib/src/main/resources/json/sortByKeysAfterDisabled.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"_objectsInArraysAreSorted": [
2020
{
2121
"b": 2,
22-
"a": "1"
22+
"a": 1
2323
}
2424
]
2525
}

testlib/src/main/resources/json/sortByKeysBefore.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"_objectsInArraysAreSorted": [
2020
{
2121
"b": 2,
22-
"a": "1"
22+
"a": 1
2323
}
2424
]
2525
}

0 commit comments

Comments
 (0)