Skip to content

Commit

Permalink
Modified test comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ca-nguyen committed May 21, 2021
1 parent 44882aa commit aa82ca5
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 @@ -406,7 +406,7 @@ def test_chaining_choice_with_existing_default_overrides_value(caplog):

s2_choice.default_choice(s3_pass)

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

0 comments on commit aa82ca5

Please sign in to comment.