We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 999c1dd commit bbef51aCopy full SHA for bbef51a
src/python_testing/TC_CC_10_1.py
@@ -502,7 +502,7 @@ async def test_TC_CC_10_1(self):
502
asserts.assert_equal(ColorLoopDirection, 1, "ColorLoopDirection is not 1")
503
504
self.step("9e")
505
- if self.pics_guard(self.check_pics("CC.S.C44.Rsp")):
+ if self.pics_guard(self.check_pics("CC.S.F02")):
506
ColorLoopTime = await self.read_single_attribute_check_success(cluster, attributes.ColorLoopTime)
507
asserts.assert_equal(ColorLoopTime, 5, "ColorLoopTime is not 5")
508
0 commit comments