Skip to content

Commit

Permalink
use literal
Browse files Browse the repository at this point in the history
  • Loading branch information
togaen committed Jun 4, 2020
1 parent 93e9cb4 commit 59fff7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_checks.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ TEST(A2D2_to_ROS_checks, verify_ego_bbox_params) {

TEST(A2D2_to_ROS_checks, valid_ros_timestamp) {
constexpr auto MAX = std::numeric_limits<uint64_t>::max();
constexpr auto TIME = static_cast<uint64_t>(1554122338652775);
constexpr auto TIME = static_cast<uint64_t>(1554122338652775ull);
EXPECT_FALSE(valid_ros_timestamp(MAX));
EXPECT_TRUE(valid_ros_timestamp(TIME));

Expand Down

0 comments on commit 59fff7c

Please sign in to comment.