Skip to content

Commit

Permalink
Update one more test added between rebases
Browse files Browse the repository at this point in the history
Signed-off-by: Pete Baughman <pete.baughman@apex.ai>
  • Loading branch information
Pete Baughman committed Nov 18, 2019
1 parent 8aeee1a commit e19e062
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ros2topic/test/test_echo_pub.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@

from launch import LaunchDescription
from launch.actions import ExecuteProcess
from launch.actions import OpaqueFunction

import launch_testing
import launch_testing.actions
import launch_testing.asserts
import launch_testing.markers
import launch_testing.tools
Expand Down Expand Up @@ -53,7 +53,7 @@ def generate_test_description(ready_fn):
cmd=['ros2', 'daemon', 'start'],
name='daemon-start',
on_exit=[
OpaqueFunction(function=lambda context: ready_fn())
launch_testing.actions.ReadyToTest()
],
)
]
Expand Down

0 comments on commit e19e062

Please sign in to comment.