Skip to content

Commit 6157255

Browse files
committed
Fixed indentation
1 parent d14e7ff commit 6157255

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Diff for: ur_robot_driver/test/integration_test.py

+4-4
Original file line numberDiff line numberDiff line change
@@ -279,11 +279,11 @@ def test_set_io(self):
279279
self.assertEqual(pin_state, 1)
280280

281281
def test_tool_contact(self):
282-
start_response = self.start_tool_contact.call()
283-
self.assertEqual(start_response.success,True)
282+
start_response = self.start_tool_contact.call()
283+
self.assertEqual(start_response.success,True)
284284

285-
end_response = self.end_tool_contact.call()
286-
self.assertEqual(end_response.success, True)
285+
end_response = self.end_tool_contact.call()
286+
self.assertEqual(end_response.success, True)
287287

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

0 commit comments

Comments
 (0)