Skip to content

Commit 66dc5dc

Browse files
committed
scripts updated
1 parent bf43b16 commit 66dc5dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/python_testing/TC_CC_2_2.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -137,14 +137,14 @@ async def test_TC_CC_2_2(self):
137137

138138
self.step(6)
139139
if supports_hs:
140-
cmd = cc.Commands.MoveHue(moveMode=cc.Enums.HueMoveMode.kDown, rate=225)
140+
cmd = cc.Commands.MoveHue(moveMode=cc.Enums.MoveModeEnum.kDown, rate=225)
141141
await self.send_single_cmd(cmd)
142142
else:
143143
self.mark_current_step_skipped()
144144

145145
self.step(7)
146146
if supports_hs:
147-
cmd = cc.Commands.MoveSaturation(moveMode=cc.Enums.SaturationMoveMode.kDown, rate=225)
147+
cmd = cc.Commands.MoveSaturation(moveMode=cc.Enums.MoveModeEnum.kDown, rate=225)
148148
await self.send_single_cmd(cmd)
149149
else:
150150
self.mark_current_step_skipped()

0 commit comments

Comments
 (0)