Skip to content

Commit

Permalink
pre-commit
Browse files Browse the repository at this point in the history
Signed-off-by: xtk8532704 <[email protected]>
  • Loading branch information
xtk8532704 committed Nov 26, 2024
1 parent c507bcf commit 8af852a
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ TEST(accumulator, empty)
EXPECT_EQ(acc.count(), 0);
}


TEST(accumulator, addValues)
{
autoware::universe_utils::Accumulator<double> acc;
Expand Down Expand Up @@ -63,4 +62,3 @@ TEST(accumulator, negativeValues)
EXPECT_DOUBLE_EQ(acc.max(), -10.0);
EXPECT_EQ(acc.count(), 3);
}

0 comments on commit 8af852a

Please sign in to comment.