Skip to content

Commit 2bef023

Browse files
committed
Fixed: Renamed back to cluster_otccm_mode for clarity.
1 parent 747aafc commit 2bef023

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/python_testing/TC_OTCCM_1_2.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
from chip.testing.matter_testing import MatterBaseTest, TestStep, async_test_body, default_matter_test_main
4141
from modebase_cluster_check import ModeBaseClusterChecks
4242

43-
cluster_otccm = Clusters.OvenMode
43+
cluster_otccm_mode = Clusters.OvenMode
4444

4545

4646
class TC_OTCCM_1_2(MatterBaseTest, ModeBaseClusterChecks):
@@ -81,8 +81,8 @@ async def test_TC_OTCCM_1_2(self):
8181
# According to the spec, there should be at least one like
8282
# Bake, Convection, Grill, Roast, Clean, Convection Bake, Convection Roast, Warming, Proofing
8383
# tag in the ones supported.
84-
additional_tags = [cluster_otccm.Enums.ModeTag.kBake,
85-
cluster_otccm.Enums.ModeTag.kConvection]
84+
additional_tags = [cluster_otccm_mode.Enums.ModeTag.kBake,
85+
cluster_otccm_mode.Enums.ModeTag.kConvection]
8686
self.check_tags_in_lists(supported_modes=supported_modes, required_tags=additional_tags)
8787

8888
self.step(3)

0 commit comments

Comments
 (0)