Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveMacenski committed Jun 11, 2024
1 parent d2c14fe commit 4bec71e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nav2_docking/opennav_docking/test/test_docking_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ def test_docking_server(self):
goal, feedback_callback=self.action_feedback_callback)
rclpy.spin_until_future_complete(self.node, future)
self.goal_handle = future.result()
assert goal_handle.accepted
assert self.goal_handle.accepted
# future.add_done_callback(self.action_goal_callback)

print('test_docking_server dock start OK')
Expand Down

0 comments on commit 4bec71e

Please sign in to comment.