Skip to content

Commit 7860a8c

Browse files
fix test_publisher_with_system_default_qos. (#2881) (#2883)
(cherry picked from commit e6577c6) Signed-off-by: Tomoya Fujita <[email protected]> Co-authored-by: Tomoya Fujita <[email protected]>
1 parent 4d8a695 commit 7860a8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rclcpp/test/rclcpp/test_publisher.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ TEST_F(TestPublisher, test_publisher_with_system_default_qos) {
190190
using test_msgs::msg::Empty;
191191
ASSERT_NO_THROW(
192192
{
193-
auto publisher = node->create_publisher<Empty>("topic", rclcpp::SystemDefaultsQoS());
193+
auto publisher = node->create_publisher<Empty>("topic", rclcpp::SystemDefaultsQoS(), options);
194194
});
195195
}
196196

0 commit comments

Comments
 (0)