Skip to content

Commit 25a8530

Browse files
committed
test: fix test_smoke
The basic test was failing. Signed-off-by: Petr Vobornik <[email protected]>
1 parent a5420ce commit 25a8530

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/test_steps.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33

44
def test_smoke():
55
"""Smoke test of Step registration."""
6-
assert type(step_types) == StepTypes
6+
assert isinstance(step_types, StepTypes)

0 commit comments

Comments
 (0)