Skip to content

Commit

Permalink
Fix restyle
Browse files Browse the repository at this point in the history
  • Loading branch information
raul-marquez-csa committed May 14, 2024
1 parent af0084b commit 24748f8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/python_testing/TC_IDM_4_2.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
from chip.clusters.Attribute import AttributePath, TypedAttributePath
from chip.exceptions import ChipStackError
from chip.interaction_model import Status
from matter_testing_support import (MatterBaseTest, AttributeChangeCallback, async_test_body, default_matter_test_main,
from matter_testing_support import (AttributeChangeCallback, MatterBaseTest, async_test_body, default_matter_test_main,
wait_for_attribute_report)
from mobly import asserts

Expand All @@ -46,6 +46,7 @@
https://github.com/CHIP-Specifications/chip-test-plans/blob/master/src/interactiondatamodel.adoc#tc-idm-4-2-subscription-response-messages-from-dut-test-cases-dut_server
'''


class TC_IDM_4_2(MatterBaseTest):

ROOT_NODE_ENDPOINT_ID = 0
Expand Down

0 comments on commit 24748f8

Please sign in to comment.