Skip to content

Commit aa82ca5

Browse files
committed
Modified test comment
1 parent 44882aa commit aa82ca5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/test_steps.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -406,7 +406,7 @@ def test_chaining_choice_with_existing_default_overrides_value(caplog):
406406

407407
s2_choice.default_choice(s3_pass)
408408

409-
# Chain s2_choice when default_choice is already set will trigger Warning
409+
# Chain s2_choice when default_choice is already set will trigger Warning message
410410
with caplog.at_level(logging.WARNING):
411411
Chain([s2_choice, s1_pass])
412412
expected_warning = f'Chaining Choice state: Overwriting {s2_choice.state_id}\'s current default_choice ({s3_pass.state_id}) with {s1_pass.state_id}'

0 commit comments

Comments
 (0)