Skip to content

Commit

Permalink
Removed extra commas that are making json parsing fail (#1513)
Browse files Browse the repository at this point in the history
  • Loading branch information
basiliskus authored Oct 29, 2024
1 parent 922823b commit 36b9f1b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rs-e2e/src/main/resources/assertion_definitions.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
{
"name": "CDPH leading zeros",
"conditions": [
"MSH-10 = '004'",
"MSH-10 = '004'"
],
"rules": [
"OBX-5 = '5.100'"
Expand All @@ -49,7 +49,7 @@
{
"name": "CDPH no leading zeros",
"conditions": [
"MSH-10 = '005'",
"MSH-10 = '005'"
],
"rules": [
"OBX-5 = '0.6500'"
Expand Down

0 comments on commit 36b9f1b

Please sign in to comment.