Skip to content

Commit c950a00

Browse files
cecilletehampson
andauthored
Update src/python_testing/matter_testing_support.py
Co-authored-by: Terence Hampson <thampson@google.com>
1 parent c197ec6 commit c950a00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/python_testing/matter_testing_support.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1004,7 +1004,7 @@ def skip_step(self, step):
10041004
def skip_all_remaining_steps(self, starting_step_number):
10051005
''' Skips all remaining test steps starting with provided starting step
10061006
1007-
starting_step_number gives the first step to be skipped, as definted in the TestStep.test_plan_number
1007+
starting_step_number gives the first step to be skipped, as defined in the TestStep.test_plan_number
10081008
starting_step_number must be provided, and is not derived intentionally. By providing argument
10091009
test is more deliberately identifying where test skips are starting from, making
10101010
it easier to validate against the test plan for correctness.

0 commit comments

Comments
 (0)