Skip to content

Commit

Permalink
Fixed import module for chip.testing.tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
rquidute committed Oct 24, 2024
1 parent fd2d000 commit fb331a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/python_testing/TC_MCORE_FS_1_1.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@

import chip.clusters as Clusters
from chip import ChipDeviceCtrl
from chip.testing.tasks import Subprocess
from matter_testing_infrastructure.chip.testing.tasks import Subprocess
from matter_testing_support import MatterBaseTest, TestStep, async_test_body, default_matter_test_main
from mobly import asserts

Expand Down
2 changes: 1 addition & 1 deletion src/python_testing/TC_MCORE_FS_1_4.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
import chip.clusters as Clusters
from chip import ChipDeviceCtrl
from chip.interaction_model import Status
from chip.testing.tasks import Subprocess
from matter_testing_infrastructure.chip.testing.tasks import Subprocess
from matter_testing_support import MatterBaseTest, TestStep, async_test_body, default_matter_test_main, type_matches
from mobly import asserts
from TC_MCORE_FS_1_1 import AppServer
Expand Down

0 comments on commit fb331a4

Please sign in to comment.