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',
|
'subscription_handle',
|
||||||
sub_handle_intra,
|
sub_handle_intra,
|
||||||
self.get_events_with_name(
|
self.get_events_with_name(
|
||||||
'ros2:rclcpp_subscription_callback_added'))
|
'ros2:rclcpp_subscription_callback_added'))
|
||||||
self.assertEqual(
|
self.assertEqual(
|
||||||
len(callback_added_events),
|
len(callback_added_events),
|
||||||
1,
|
1,
|
||||||
|
|
|
@ -97,8 +97,7 @@ class TraceTestCase(unittest.TestCase):
|
||||||
self.assertProcessNamesExist(self._nodes)
|
self.assertProcessNamesExist(self._nodes)
|
||||||
|
|
||||||
def tearDown(self):
|
def tearDown(self):
|
||||||
pass
|
cleanup_trace(self._full_path)
|
||||||
# cleanup_trace(self._full_path)
|
|
||||||
|
|
||||||
def assertEventsOrderSet(self, event_names: List[str]):
|
def assertEventsOrderSet(self, event_names: List[str]):
|
||||||
"""
|
"""
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue