Skip to content

Commit 3e1fb81

Browse files
committed
Override test correctly
1 parent 8e69242 commit 3e1fb81

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/test_motion_service.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
PLAN_STATE_SUCCEEDED,
1414
ComponentState,
1515
GetPlanResponse,
16-
ListPlanStatusesResponse,
1716
Plan,
1817
PlanStatus,
1918
PlanStatusWithID,
@@ -94,7 +93,7 @@ async def get_plan(
9493

9594
async def list_plan_statuses(
9695
self, only_active_plans: bool = False, *, extra: Optional[Mapping[str, ValueTypes]] = None, timeout: Optional[float] = None
97-
) -> ListPlanStatusesResponse:
96+
) -> Sequence[PlanStatusWithID]:
9897
raise NotImplementedError
9998

10099
async def get_pose(

0 commit comments

Comments
 (0)