Skip to content

Commit

Permalink
fix unittest
Browse files Browse the repository at this point in the history
  • Loading branch information
ChenyuLInx committed Jun 28, 2023
1 parent 295f6e5 commit 1d0762f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/unit/test_events.py
Original file line number Diff line number Diff line change
Expand Up @@ -247,6 +247,7 @@ def test_event_codes(self):
ref_model_latest_version="",
),
types.UnsupportedConstraintMaterialization(materialized=""),
types.ParseNodeError(exc=""),
# M - Deps generation ======================
types.GitSparseCheckoutSubdirectory(subdir=""),
types.GitProgressCheckoutRevision(revision=""),
Expand Down

0 comments on commit 1d0762f

Please sign in to comment.