Skip to content

Commit fec8270

Browse files
committed
Another grammar fix
1 parent 21afdb1 commit fec8270

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pytest_bdd/scenario.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -424,7 +424,7 @@ def _scenario() -> None:
424424

425425
for test_name in get_python_name_generator(scenario_name):
426426
if test_name not in caller_locals:
427-
# found an unique test name
427+
# found a unique test name
428428
caller_locals[test_name] = _scenario
429429
break
430430
found = True

0 commit comments

Comments
 (0)