Skip to content

Commit a2b175a

Browse files
Cleanup test name (#2295)
1 parent 1442c33 commit a2b175a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

controller_manager/test/test_ros2_control_node_launch.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ def test_check_if_msgs_published(self):
133133

134134
@launch_testing.post_shutdown_test()
135135
# These tests are run after the processes in generate_test_description() have shutdown.
136-
class TestDescriptionCraneShutdown(unittest.TestCase):
136+
class TestShutdown(unittest.TestCase):
137137

138138
def test_exit_codes(self, proc_info):
139139
"""Check if the processes exited normally."""

0 commit comments

Comments
 (0)