Skip to content

Commit

Permalink
Fixed discrepancy between script and test plan for pics in step 9e (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
lpbeliveau-silabs authored and pull[bot] committed Sep 13, 2024
1 parent 119b94c commit 5518145
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/python_testing/TC_CC_10_1.py
Original file line number Diff line number Diff line change
Expand Up @@ -502,7 +502,7 @@ async def test_TC_CC_10_1(self):
asserts.assert_equal(ColorLoopDirection, 1, "ColorLoopDirection is not 1")

self.step("9e")
if self.pics_guard(self.check_pics("CC.S.C44.Rsp")):
if self.pics_guard(self.check_pics("CC.S.F02")):
ColorLoopTime = await self.read_single_attribute_check_success(cluster, attributes.ColorLoopTime)
asserts.assert_equal(ColorLoopTime, 5, "ColorLoopTime is not 5")

Expand Down

0 comments on commit 5518145

Please sign in to comment.