Skip to content

Commit 9c0013b

Browse files
Fixed imports and correct wheel errors
1 parent 644ecdd commit 9c0013b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/python_testing/TC_SWTCH.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
import test_plan_support
9191
from chip.clusters import ClusterObjects as ClusterObjects
9292
from chip.clusters.Attribute import EventReadResult
93-
from chip.testingsting import (AttributeValue, ClusterAttributeChangeAccumulator, EventChangeCallback, MatterBaseTest, TestStep,
93+
from chip.testing.matter_testing import (AttributeValue, ClusterAttributeChangeAccumulator, EventChangeCallback, MatterBaseTest, TestStep,
9494
await_sequence_of_reports, default_matter_test_main, has_feature, run_if_endpoint_matches)
9595
from chip.tlv import uint
9696
from mobly import asserts

0 commit comments

Comments
 (0)