Skip to content

Commit

Permalink
Fixed indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
URJala committed Apr 11, 2024
1 parent a859953 commit 9fc86cf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ur_robot_driver/test/integration_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -279,11 +279,11 @@ def test_set_io(self):
self.assertEqual(pin_state, 1)

def test_tool_contact(self):
start_response = self.start_tool_contact.call()
self.assertEqual(start_response.success,True)
start_response = self.start_tool_contact.call()
self.assertEqual(start_response.success,True)

end_response = self.end_tool_contact.call()
self.assertEqual(end_response.success, True)
end_response = self.end_tool_contact.call()
self.assertEqual(end_response.success, True)

def test_cartesian_passthrough(self):
#### Power cycle the robot in order to make sure it is running correctly####
Expand Down

0 comments on commit 9fc86cf

Please sign in to comment.