Add comma

This commit is contained in:
Christophe Bedard 2019-12-27 13:33:26 -05:00
parent be9e54b629
commit e7989b4d7a

View file

@ -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))