Skip to content

Commit

Permalink
Add missing assert
Browse files Browse the repository at this point in the history
  • Loading branch information
aandres committed Aug 21, 2023
1 parent 1db7fca commit 86b924f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_kafka.py
Original file line number Diff line number Diff line change
Expand Up @@ -1320,4 +1320,4 @@ def test_runtime_sink_topic():
]

dag.execute()
runtime_sink_topic.serialize(dag.get_cycle_id()) == []
assert runtime_sink_topic.serialize(dag.get_cycle_id()) == []

0 comments on commit 86b924f

Please sign in to comment.