We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 644ecdd commit 9c0013bCopy full SHA for 9c0013b
src/python_testing/TC_SWTCH.py
@@ -90,7 +90,7 @@
90
import test_plan_support
91
from chip.clusters import ClusterObjects as ClusterObjects
92
from chip.clusters.Attribute import EventReadResult
93
-from chip.testingsting import (AttributeValue, ClusterAttributeChangeAccumulator, EventChangeCallback, MatterBaseTest, TestStep,
+from chip.testing.matter_testing import (AttributeValue, ClusterAttributeChangeAccumulator, EventChangeCallback, MatterBaseTest, TestStep,
94
await_sequence_of_reports, default_matter_test_main, has_feature, run_if_endpoint_matches)
95
from chip.tlv import uint
96
from mobly import asserts
0 commit comments