Skip to content

Commit 9254bbd

Browse files
authored
fixed a typo in the PICS name in TC_RVCOPSTATE_2_4.py (#35718)
1 parent 1aa7383 commit 9254bbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/python_testing/TC_RVCOPSTATE_2_4.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ async def test_TC_RVCOPSTATE_2_4(self):
159159

160160
await self.send_go_home_cmd_with_check(10, op_errors.kCommandInvalidInState)
161161

162-
if self.check_pics("PICS_M_ST_SEEKING_CHARGER"):
162+
if self.check_pics("RVCOPSTATE.S.M.ST_SEEKING_CHARGER"):
163163
step_name = "Manually put the device in the SEEKING CHARGER operational state"
164164
self.print_step(11, step_name)
165165
if self.is_ci:

0 commit comments

Comments
 (0)