Skip to content

Commit

Permalink
Correct test
Browse files Browse the repository at this point in the history
  • Loading branch information
arthur-coast committed Jun 23, 2024
1 parent 30b5d96 commit 17bef5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/units/demo_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ TEST(HelloTest, BasicAssertions) {
}

TEST(TestTopic, MoreEqualityTests){
EXPECT_EQ(GetMeaningOfLife(),0) << "Oh no, a mistake! ";
EXPECT_EQ(GetMeaningOfLife(),42);
EXPECT_FLOAT_EQ(23.23F,23.23F);
}

Expand Down

0 comments on commit 17bef5b

Please sign in to comment.