Skip to content

Commit

Permalink
style(pre-commit): autofix
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Mar 13, 2024
1 parent 4abe9a7 commit 672efe8
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ TEST_F(PublishedTimePublisherTest, PublishMsgWithTimestamp)
// Use Published Time Publisher with a timestamp
published_time_publisher_->publish(test_publisher_, header.stamp);
rclcpp::spin_some(node_);

// Check if the published time is the same as the header
EXPECT_EQ(published_time_->header.stamp, header.stamp);
}
}

0 comments on commit 672efe8

Please sign in to comment.