File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -335,7 +335,7 @@ def test_variable_reuse(pytester):
335335 outline = textwrap .dedent (
336336 """\
337337 Feature: Example parameters reuse
338- Scenario Outline: Check for example parameter re-use
338+ Scenario Outline: Check for example parameter reuse
339339 Given the param is initially set from the example table as <param>
340340 When a step arg of the same name is set to "other"
341341 Then the param is still set from the example table as <param>
Original file line number Diff line number Diff line change @@ -235,7 +235,7 @@ def test_local(request):
235235
236236def test_uses_correct_step_in_the_hierarchy (pytester ):
237237 """
238- Test regression found in issue #524, where we couldn't find the correct step implemntation in the
238+ Test regression found in issue #524, where we couldn't find the correct step implementation in the
239239 hierarchy of files/folder as expected.
240240 This test uses many files and folders that act as decoy, while the real step implementation is defined
241241 in the last file (test_b/test_b.py).
You can’t perform that action at this time.
0 commit comments