Skip to content

Commit

Permalink
updated test for new eventPort (criteriaMet replaced with empirical)
Browse files Browse the repository at this point in the history
  • Loading branch information
Geary-Layne committed Mar 15, 2024
1 parent f08c9ab commit 43c4069
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/idsse_common/test/test_validate_event_port_schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ def simple_event_port_message() -> dict:
"startDt": "2022-11-12T00:00:00.000Z",
"endDt": "2022-11-12T00:00:00.000Z",
"maxAt": "2022-11-12T00:00:00.000Z",
"criteriaMet": "true"
"empirical": "HIT"
}
]
},
Expand All @@ -175,7 +175,7 @@ def simple_event_port_message() -> dict:
"startDt": "2022-11-12T00:00:00.000Z",
"endDt": "2022-11-12T00:00:00.000Z",
"maxAt": "2022-11-12T00:00:00.000Z",
"criteriaMet": "true"
"empirical": "HIT"
}
]
}
Expand Down

0 comments on commit 43c4069

Please sign in to comment.