Skip to content

Commit

Permalink
Enhancement: Adjust fixtures
Browse files Browse the repository at this point in the history
  • Loading branch information
localheinz committed Jan 21, 2022
1 parent 512b622 commit 3e5c997
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 10 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
[
"foo",
"bar",
"baz"
"baz",
{
"foo": "bar",
"baz": "qux"
}
]
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
[
"foo",
"bar",
"baz"
"baz",
{
"foo": "bar",
"baz": "qux"
}
]
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"bar": [
{
"baz": 9000,
"qux": [
"foo": 9000,
"bar": [
"foo",
"bar",
"baz"
]
},
{
"quux": 9001
"foo": 9001
}
],
"foo": "hello"
"foo": "bar"
}
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"foo": "hello",
"foo": "bar",
"bar": [
{
"baz": 9000,
"qux": [
"foo": 9000,
"bar": [
"foo",
"bar",
"baz"
]
},
{
"quux": 9001
"foo": 9001
}
]
}

0 comments on commit 3e5c997

Please sign in to comment.