Update event names in tests

This commit is contained in:
Christophe Bedard 2019-06-17 16:29:57 +02:00
parent 7a326128de
commit 8e80d8b4fd
3 changed files with 6 additions and 6 deletions

View file

@ -9,8 +9,8 @@ from tracetools_test.utils import (
BASE_PATH = '/tmp'
PKG = 'tracetools_test'
subscription_callback_events = [
'ros2:rclcpp_subscription_callback_start',
'ros2:rclcpp_subscription_callback_end',
'ros2:callback_start',
'ros2:callback_end',
]