Fix lint errors
This commit is contained in:
parent
74541ced02
commit
a8ced92203
2 changed files with 2 additions and 3 deletions
|
@ -67,7 +67,7 @@ class TestIntra(TraceTestCase):
|
|||
'subscription_handle',
|
||||
sub_handle_intra,
|
||||
self.get_events_with_name(
|
||||
'ros2:rclcpp_subscription_callback_added'))
|
||||
'ros2:rclcpp_subscription_callback_added'))
|
||||
self.assertEqual(
|
||||
len(callback_added_events),
|
||||
1,
|
||||
|
|
|
@ -97,8 +97,7 @@ class TraceTestCase(unittest.TestCase):
|
|||
self.assertProcessNamesExist(self._nodes)
|
||||
|
||||
def tearDown(self):
|
||||
pass
|
||||
# cleanup_trace(self._full_path)
|
||||
cleanup_trace(self._full_path)
|
||||
|
||||
def assertEventsOrderSet(self, event_names: List[str]):
|
||||
"""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue