Skip to content

Commit

Permalink
Fix: Update fixture
Browse files Browse the repository at this point in the history
  • Loading branch information
localheinz committed Jan 21, 2022
1 parent e22e3d6 commit 31171d2
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 31171d2

Please sign in to comment.