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

@ -33,8 +33,8 @@ class TestIntra(TraceTestCase):
)
def test_all(self):
# Check events order as set (e.g. node_init before pub_init)
self.assertEventsOrderSet(self._events_ros)
# Check events as set
self.assertEventsSet(self._events_ros)
# Check sub_init
sub_init_events = self.get_events_with_name('ros2:rcl_subscription_init')