Skip to content

Commit

Permalink
fixed trailing whitespace in test_SMACH.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ShubhamGawande191 committed Dec 20, 2023
1 parent dcc082f commit 38088e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_SMACH.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ def test_rotate_base(self):
call(Twist(angular=Vector3(z=0.5))), # Expected start rotation call
call(Twist()) # Expected stop rotation call
]

# Verify that the calls were made with the expected arguments
rotate_state.cmd_vel_pub.publish.assert_has_calls(expected_calls, any_order=False)

Expand Down

0 comments on commit 38088e2

Please sign in to comment.