Skip to content

Commit

Permalink
Fix unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
jtcohen6 committed Feb 20, 2024
1 parent 82f9913 commit 971584a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions tests/unit/test_events.py
Original file line number Diff line number Diff line change
Expand Up @@ -360,6 +360,13 @@ def test_event_codes(self):
total=0,
execution_time=0,
),
core_types.LogNodeNoOpResult(
description="",
status="",
index=0,
total=0,
execution_time=0,
),
core_types.LogCancelLine(conn_name=""),
core_types.DefaultSelector(name=""),
core_types.NodeStart(),
Expand Down

0 comments on commit 971584a

Please sign in to comment.