Skip to content

Commit c7851b6

Browse files
Update src/python_testing/matter_testing_support.py
Co-authored-by: Boris Zbarsky <bzbarsky@apple.com>
1 parent 93e01e5 commit c7851b6

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
@@ -1941,7 +1941,7 @@ def matching_runner(self: MatterBaseTest, *args, **kwargs):
19411941

19421942

19431943
def run_if_endpoint_matches(accept_function: EndpointCheckFunction):
1944-
""" Test decorator for a test that needs to be run only if the endpoint that meets the accept_function criteria.
1944+
""" Test decorator for a test that needs to be run only if the endpoint meets the accept_function criteria.
19451945
19461946
Place this decorator above the test_ method to have the test framework run this test only if the endpoint matches.
19471947
This decorator takes an EndpointCheckFunction to assess whether a test needs to be run on a particular

0 commit comments

Comments
 (0)