Skip to content

Commit

Permalink
#83: Improved Test Data Mapping: sanitized JSON
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcel Pfotenhauer committed Jun 5, 2019
1 parent 7ee846a commit 89f3964
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"nullValue": null,
"empty": "",
"positiveValue": true,
"negativeValue": FaLsE
"negativeValue": false
},
{
"testId": "asObject",
Expand Down Expand Up @@ -72,6 +72,6 @@
"keyValueMap": {
"key": "value"
},
level: "HIGH"
"level": "HIGH"
}
]

0 comments on commit 89f3964

Please sign in to comment.