From 2f838ce865884c2d9b58fcd429393defe30264c0 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Wed, 13 Mar 2024 12:58:07 +0000 Subject: [PATCH] style(pre-commit): autofix --- .../test/src/ros/test_published_time_publisher.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/tier4_autoware_utils/test/src/ros/test_published_time_publisher.cpp b/common/tier4_autoware_utils/test/src/ros/test_published_time_publisher.cpp index 2d625c2658243..3b55a87fd47bb 100644 --- a/common/tier4_autoware_utils/test/src/ros/test_published_time_publisher.cpp +++ b/common/tier4_autoware_utils/test/src/ros/test_published_time_publisher.cpp @@ -76,7 +76,7 @@ TEST_F(PublishedTimePublisherTest, PublishMsgWithHeader) // Check if the published_time_ is created ASSERT_TRUE(published_time_ != nullptr); - + // Check if the published time is the same as the header EXPECT_EQ(published_time_->header.stamp, header.stamp); }