Update test_common.py

Make docstring make sense!
This commit is contained in:
jsa34 2024-11-29 20:12:38 +00:00 committed by GitHub
parent 3e1d1d2a4c
commit f94fad2097
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -116,7 +116,7 @@ def test_string_steps_dont_take_precedence(pytester):
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(