diff --git a/tests/args/test_common.py b/tests/args/test_common.py index 84a824d0..ec51bd03 100644 --- a/tests/args/test_common.py +++ b/tests/args/test_common.py @@ -116,7 +116,7 @@ def _(value): def test_same_name_for_step_arg_and_example_parameter(pytester): - """Test that using the same name for step arg and example parameter as intended.""" + """Test that using the same name for step arg and example parameter works as intended.""" pytester.makefile( ".feature", step_args_examples_params=textwrap.dedent(