Skip to content

Commit

Permalink
Update test_common.py
Browse files Browse the repository at this point in the history
Make docstring make sense!
  • Loading branch information
jsa34 authored Nov 29, 2024
1 parent 3e1d1d2 commit f94fad2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/args/test_common.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit f94fad2

Please sign in to comment.