Skip to content

Commit

Permalink
Update tests to match new behaviour
Browse files Browse the repository at this point in the history
  • Loading branch information
fredden authored and localheinz committed May 2, 2023
1 parent 2839e97 commit d4ad6e0
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"foo": {},
"bar": {
"baz": {
"qux": "quux",
"quuz": "corge"
"quuz": "corge",
"qux": "quux"
},
"grault": {
"fred": "plugh",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"foo": {},
"bar": {
"baz": {
"qux": "quux",
"quuz": "corge"
"quuz": "corge",
"qux": "quux"
},
"grault": {
"fred": "plugh",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"bar": {
"baz": {
"qux": "quux",
"quuz": "corge"
"quuz": "corge",
"qux": "quux"
},
"grault": {
"fred": "plugh",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"bar": [
{
"foo": 9000,
"bar": [
"foo",
"bar",
"baz"
]
],
"foo": 9000
},
{
"foo": 3.1415
Expand Down

0 comments on commit d4ad6e0

Please sign in to comment.