Skip to content

Commit

Permalink
Merge pull request #640 from ergebnis/feature/fixture
Browse files Browse the repository at this point in the history
Enhancement: Adjust fixtures
  • Loading branch information
localheinz committed Jan 21, 2022
2 parents 512b622 + 3e5c997 commit a34c4d7
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 10 deletions.
@@ -1,5 +1,9 @@
[
"foo",
"bar",
"baz"
"baz",
{
"foo": "bar",
"baz": "qux"
}
]
@@ -1,5 +1,9 @@
[
"foo",
"bar",
"baz"
"baz",
{
"foo": "bar",
"baz": "qux"
}
]
@@ -1,16 +1,16 @@
{
"bar": [
{
"baz": 9000,
"qux": [
"foo": 9000,
"bar": [
"foo",
"bar",
"baz"
]
},
{
"quux": 9001
"foo": 9001
}
],
"foo": "hello"
"foo": "bar"
}
@@ -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 a34c4d7

Please sign in to comment.