Skip to content

Commit cba575c

Browse files
Lint
1 parent 17f9d2b commit cba575c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/python_testing/matter_testing_support.py

+2
Original file line numberDiff line numberDiff line change
@@ -310,6 +310,7 @@ def wait_for_event_report(self, expected_event: ClusterObjects.ClusterEvent, tim
310310
asserts.assert_equal(res.Header.EventId, expected_event.event_id, "Expected event ID not found in event report")
311311
return res.Data
312312

313+
313314
class AttributeChangeCallback:
314315
def __init__(self, expected_attribute: ClusterObjects.ClusterAttributeDescriptor):
315316
self._output = queue.Queue()
@@ -340,6 +341,7 @@ def wait_for_report(self):
340341
except KeyError:
341342
asserts.fail("[AttributeChangeCallback] Attribute {expected_attribute} not found in returned report")
342343

344+
343345
class InternalTestRunnerHooks(TestRunnerHooks):
344346

345347
def start(self, count: int):

0 commit comments

Comments
 (0)