Fix events set assertion method

This commit is contained in:
Christophe Bedard 2019-11-14 16:15:55 -08:00
parent d0eb897ab0
commit 8f3a4582bb
9 changed files with 18 additions and 18 deletions

View file

@ -31,8 +31,8 @@ class TestSubscriptionCallback(TraceTestCase):
)
def test_all(self):
# Check events order as set (e.g. start before end)
self.assertEventsOrderSet(self._events_ros)
# Check events as set
self.assertEventsSet(self._events_ros)
# Check fields
start_events = self.get_events_with_name('ros2:callback_start')