Add comma
This commit is contained in:
parent
be9e54b629
commit
e7989b4d7a
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ class TestTraceAction(unittest.TestCase):
|
||||||
'lttng_ust_statedump:bin_info',
|
'lttng_ust_statedump:bin_info',
|
||||||
'ros2:event',
|
'ros2:event',
|
||||||
],
|
],
|
||||||
[]
|
[],
|
||||||
]
|
]
|
||||||
for events in events_lists_match:
|
for events in events_lists_match:
|
||||||
self.assertTrue(Trace.has_profiling_events(events))
|
self.assertTrue(Trace.has_profiling_events(events))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue