Skip to content

Commit

Permalink
Merge pull request #635 from ergebnis/fix/fixture
Browse files Browse the repository at this point in the history
Fix: Update fixture
  • Loading branch information
localheinz committed Jan 21, 2022
2 parents e22e3d6 + 31171d2 commit c9c68ce
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 4 deletions.
Expand Up @@ -2,10 +2,15 @@
"foo": "hello",
"bar": [
{
"baz": 9000
"baz": 9000,
"qux": [
"foo",
"bar",
"baz"
]
},
{
"baz": 9001
"quux": 9001
}
]
}
Expand Up @@ -2,10 +2,15 @@
"foo": "hello",
"bar": [
{
"baz": 9000
"baz": 9000,
"qux": [
"foo",
"bar",
"baz"
]
},
{
"baz": 9001
"quux": 9001
}
]
}

0 comments on commit c9c68ce

Please sign in to comment.