correct e2e tests

This commit is contained in:
marhali 2022-10-28 20:17:16 +02:00
parent c647489981
commit 059d1bcc25
4 changed files with 8 additions and 8 deletions

View File

@ -3,10 +3,10 @@
"number": 187,
"hex": 0x187,
"object": {
"title": "Titel"
"title": "Titel",
},
"array": [
"element1",
"element2"
]
"element2",
],
}

View File

@ -3,10 +3,10 @@
"number": -187,
"hex": -0x187,
"object": {
"title": "Title"
"title": "Title",
},
"array": [
"item1",
"item2"
]
"item2",
],
}