Skip to content

Commit

Permalink
fixed a typo in the PICS name in TC_RVCOPSTATE_2_4.py (#35718)
Browse files Browse the repository at this point in the history
  • Loading branch information
hicklin authored and pull[bot] committed Oct 22, 2024
1 parent d02cc2e commit beaf08c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/python_testing/TC_RVCOPSTATE_2_4.py
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ async def test_TC_RVCOPSTATE_2_4(self):

await self.send_go_home_cmd_with_check(10, op_errors.kCommandInvalidInState)

if self.check_pics("PICS_M_ST_SEEKING_CHARGER"):
if self.check_pics("RVCOPSTATE.S.M.ST_SEEKING_CHARGER"):
step_name = "Manually put the device in the SEEKING CHARGER operational state"
self.print_step(11, step_name)
if self.is_ci:
Expand Down

0 comments on commit beaf08c

Please sign in to comment.