Skip to content

Commit a0a2680

Browse files
Add missing import
1 parent 3323be3 commit a0a2680

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example_10/test/test_rrbot_launch.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
from launch.launch_description_sources import PythonLaunchDescriptionSource
4040
from launch_testing.actions import ReadyToTest
4141

42-
# import launch_testing.markers
42+
import launch_testing
4343
import rclpy
4444
from rclpy.node import Node
4545
from ros2_control_demo_testing.test_utils import check_controllers_running, check_if_js_published

0 commit comments

Comments
 (0)