Fix JsonAssertContains testContainsFails with missing parts of JSON

Just add missing parts of test/resources/original.json and original-subset-modified.json
This commit is contained in:
Robin Bygrave
2021-03-16 09:30:54 +13:00
parent 82bb2b4567
commit e3001e8bdd
2 changed files with 29 additions and 0 deletions
@@ -3,6 +3,22 @@
"someString2": "string2",
"someValue1": 99,
"someValue2": 2,
"someObject1": {
"value1": [],
"value2": {
},
"array1": [
101
],
"object1": {
"val5": "val5",
"val6": "val6"
},
"object2": null,
"objectNull": {
}
},
"someArray1": [
"a"
],
@@ -3,6 +3,19 @@
"someString2": "string2",
"someValue1": 1,
"someValue2": 2,
"someObject1": {
"value1": 42,
"value2": "string3",
"array1": [
99
],
"object1": {
},
"object2": {
},
"objectNull": null
},
"someArray1": [
1,
2,