Skip to content

Commit

Permalink
test: fix test_smoke
Browse files Browse the repository at this point in the history
The basic test was failing.

Signed-off-by: Petr Vobornik <[email protected]>
  • Loading branch information
pvoborni committed May 18, 2024
1 parent a5420ce commit 25a8530
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/test_steps.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@

def test_smoke():
"""Smoke test of Step registration."""
assert type(step_types) == StepTypes
assert isinstance(step_types, StepTypes)

0 comments on commit 25a8530

Please sign in to comment.