Skip to content

Commit 55f4830

Browse files
authored
Change action_tutorials_py for action_tutorials_cpp (#315)
Signed-off-by: ivanpauno <[email protected]>
1 parent e24cf7b commit 55f4830

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test_ros2cli/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<license>Apache License 2.0</license>
1111

1212
<test_depend>action_tutorials_interfaces</test_depend>
13-
<test_depend>action_tutorials_py</test_depend>
13+
<test_depend>action_tutorials_cpp</test_depend>
1414
<test_depend>ament_lint_auto</test_depend>
1515
<test_depend>ament_lint_common</test_depend>
1616
<test_depend>ros_testing</test_depend>

test_ros2cli/test/config_ros2action_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
def get_action_server_node_action():
2828
return Node(
29-
package='action_tutorials_py',
29+
package='action_tutorials_cpp',
3030
node_executable='fibonacci_action_server',
3131
sigterm_timeout=LaunchConfiguration('sigterm_timeout', default=30)
3232
)

0 commit comments

Comments
 (0)