Skip to content

Commit c8b0bdd

Browse files
authored
Updated the TC_CNET_4_15.py by adding chip.testing.matter_testing (#39238)
1 parent 6027eb6 commit c8b0bdd

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/python_testing/TC_CNET_4_15.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@
2020
import logging
2121

2222
import chip.clusters as Clusters
23-
from matter_testing_infrastructure.chip.testing.matter_testing import (MatterBaseTest, TestStep, default_matter_test_main,
24-
has_feature, run_if_endpoint_matches)
23+
from chip.testing.matter_testing import MatterBaseTest, TestStep, default_matter_test_main, has_feature, run_if_endpoint_matches
2524
from mobly import asserts
2625

2726

0 commit comments

Comments
 (0)