Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
emmyoop committed Aug 24, 2023
1 parent 7adc8c1 commit c58e9a4
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion tests/unit/test_events.py
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,17 @@ def test_event_codes(self):
types.UnsupportedConstraintMaterialization(materialized=""),
types.ParseInlineNodeError(exc=""),
types.SemanticValidationFailure(msg=""),
types.UnversionedBreakingChange(breaking_changes=[], model_name="", model_file_path=""),
types.UnversionedBreakingChange(
breaking_changes=[],
model_name="",
model_file_path="",
contract_enforced_disabled=True,
columns_removed=[],
column_type_changes=[],
enforced_column_constraint_removed=[],
enforced_model_constraint_removed=[],
materialization_changed=[],
),
# M - Deps generation ======================
types.GitSparseCheckoutSubdirectory(subdir=""),
types.GitProgressCheckoutRevision(revision=""),
Expand Down

0 comments on commit c58e9a4

Please sign in to comment.