Skip to content

Commit

Permalink
Update after launch_testing features becoming legacy.
Browse files Browse the repository at this point in the history
Signed-off-by: Michel Hidalgo <michel@ekumenlabs.com>
  • Loading branch information
hidmic committed Mar 25, 2019
1 parent 03dec21 commit b2543f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion rcl/test/rcl/test_rmw_impl_id_check.py.in
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import os
from launch import LaunchDescription
from launch import LaunchService
from launch.actions import ExecuteProcess
from launch_testing import LaunchTestService
from launch_testing.legacy import LaunchTestService


def launch_test(
Expand Down
2 changes: 1 addition & 1 deletion rcl/test/rcl/test_two_executables.py.in
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from launch import LaunchDescription
from launch import LaunchService
from launch.actions import ExecuteProcess
from launch_testing import LaunchTestService
from launch_testing.legacy import LaunchTestService


def @TEST_NAME@():
Expand Down

0 comments on commit b2543f8

Please sign in to comment.