Skip to content

Commit 4cc21ba

Browse files
committed
fixed typos
Signed-off-by: Markus Kramer <[email protected]>
1 parent c5ff7e5 commit 4cc21ba

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

launch_ros/test/test_cli_namespace.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@
1818
import subprocess
1919

2020
class TestRemapArgument(unittest.TestCase):
21-
"""Test the --remap command line argument for ros2 launch."""
21+
"""Test the --namespace command line argument for ros2 launch."""
2222

23-
def test_remap_argument(self):
24-
"""Test that the --remap argument correctly remaps topics."""
23+
def test_namespace_argument(self):
24+
"""Test that the --namespace argument correctly namespaces topics."""
2525
try:
2626
# Start the talker_listener launch file with namespace argument
2727
launch_proc_remapped = subprocess.Popen(

0 commit comments

Comments
 (0)