Skip to content

Commit

Permalink
Update metrics_test.cpp
Browse files Browse the repository at this point in the history
commit to test codeql config. no plans to merge.
  • Loading branch information
elaguerta-nr authored Jul 2, 2024
1 parent 1b17b74 commit d589f7d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/tests/metrics_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,7 @@ TEST(MetricTests, DefaultConstruction) {

EXPECT_EQ(0, m.total());
EXPECT_EQ(0, m.min());
EXPECT_EQ(0, m.max());
EXPECT_EQ(0, m.sumOfSquares());
EXPECT_EQ(0, m.count());
EXPECT_EQ(0, m.max()); // expect less
}

TEST(MetricTests, PositiveAddition) {
Expand Down

0 comments on commit d589f7d

Please sign in to comment.