Skip to content

Commit 69538ff

Browse files
committed
update evvent test
1 parent 17922ca commit 69538ff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/unit/test_events.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -178,8 +178,8 @@ def test_event_codes(self):
178178
types.DatabaseErrorRunningHook(hook_type=""),
179179
types.HooksRunning(num_hooks=0, hook_type=""),
180180
types.FinishedRunningStats(stat_line="", execution="", execution_time=0),
181-
types.ConstraintNotEnforced(constraint=""),
182-
types.ConstraintNotSupported(constraint=""),
181+
types.ConstraintNotEnforced(constraint="", adapter=""),
182+
types.ConstraintNotSupported(constraint="", adapter=""),
183183
# I - Project parsing ======================
184184
types.InputFileDiffError(category="testing", file_id="my_file"),
185185
types.InvalidValueForField(field_name="test", field_value="test"),

0 commit comments

Comments
 (0)