Skip to content

Commit

Permalink
Fix typo in checking the output (#246)
Browse files Browse the repository at this point in the history
  • Loading branch information
fmauch authored Mar 14, 2024
1 parent ad76ddc commit 2c3c46f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gz_ros2_control_tests/tests/position_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ def generate_test_description():
class TestFixture(unittest.TestCase):

def test_arm(self, launch_service, proc_info, proc_output):
proc_output.assertWaitFor('Sucessfully loaded controller joint_trajectory_controller '
proc_output.assertWaitFor('Successfully loaded controller joint_trajectory_controller '
'into state active',
timeout=100, stream='stdout')

Expand Down

0 comments on commit 2c3c46f

Please sign in to comment.