Skip to content

Commit

Permalink
Fix unit test for new TypeCodeNotFound event
Browse files Browse the repository at this point in the history
  • Loading branch information
dbeatty10 committed Oct 31, 2023
1 parent 54186e1 commit 485395c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/test_events.py
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ def test_event_codes(self):
types.FinishedRunningStats(stat_line="", execution="", execution_time=0),
types.ConstraintNotEnforced(constraint="", adapter=""),
types.ConstraintNotSupported(constraint="", adapter=""),
types.TypeCodeNotFound(type_code=""),
types.TypeCodeNotFound(type_code=0),
# I - Project parsing ======================
types.InputFileDiffError(category="testing", file_id="my_file"),
types.InvalidValueForField(field_name="test", field_value="test"),
Expand Down

0 comments on commit 485395c

Please sign in to comment.