From f94fad20977d61b24a721f4a48128c94b6fb2de7 Mon Sep 17 00:00:00 2001 From: jsa34 <31512041+jsa34@users.noreply.github.com> Date: Fri, 29 Nov 2024 20:12:38 +0000 Subject: [PATCH] Update test_common.py Make docstring make sense! --- tests/args/test_common.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(