Skip to content

Commit 5ea1142

Browse files
authored
fix: remove print from test (#583)
1 parent 7681789 commit 5ea1142

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/tools/ros2/test_topic_tools.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,6 @@ def test_get_topics_names_and_types_tool_with_readable_topic(
191191
connector = ROS2Connector()
192192
tool = GetROS2TopicsNamesAndTypesTool(connector=connector, readable=["/rosout"])
193193
response = tool._run()
194-
print(response)
195194
assert response != ""
196195
assert "/rosout" in response
197196

0 commit comments

Comments
 (0)