We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c6cb7b commit 7e8d886Copy full SHA for 7e8d886
1 file changed
tests/test_io.py
@@ -75,4 +75,4 @@ def reject(*args, **kwargs):
75
# the machine would land in s2. With it, the validator aborts.
76
with pytest.raises(Rejected):
77
sm.send("go")
78
- assert sm.current_state.id == "s1"
+ assert "s1" in sm.configuration_values
0 commit comments