Skip to content

Commit

Permalink
Fix event testing
Browse files Browse the repository at this point in the history
  • Loading branch information
QMalcolm committed Dec 7, 2024
1 parent f4315ef commit bec65b8
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions tests/unit/test_events.py
Original file line number Diff line number Diff line change
Expand Up @@ -421,6 +421,14 @@ def test_event_codes(self):
snapshot_time_data_type="DATETIME", updated_at_data_type="DATETIMEZ"
),
core_types.MicrobatchExecutionDebug(msg=""),
core_types.LogStartBatch(description="", batch_index=0, total_batches=0),
core_types.LogBatchResult(
description="",
status="",
batch_index=0,
total_batches=0,
execution_time=0,
),
# W - Node testing ======================
core_types.CatchableExceptionOnRun(exc=""),
core_types.InternalErrorOnRun(build_path="", exc=""),
Expand Down

0 comments on commit bec65b8

Please sign in to comment.