Skip to content

Commit e6577c6

Browse files
authored
fix test_publisher_with_system_default_qos. (#2881)
Signed-off-by: Tomoya Fujita <[email protected]>
1 parent 3cc2a0e commit e6577c6

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
@@ -199,7 +199,7 @@ TEST_F(TestPublisher, test_publisher_with_system_default_qos) {
199199
using test_msgs::msg::Empty;
200200
ASSERT_NO_THROW(
201201
{
202-
auto publisher = node->create_publisher<Empty>("topic", rclcpp::SystemDefaultsQoS());
202+
auto publisher = node->create_publisher<Empty>("topic", rclcpp::SystemDefaultsQoS(), options);
203203
});
204204
}
205205

0 commit comments

Comments
 (0)