Skip to content

Commit

Permalink
break tests
Browse files Browse the repository at this point in the history
  • Loading branch information
atar13 committed Oct 12, 2023
1 parent 5f08b71 commit 9bf6924
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/hello_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ TEST(HelloTest, HelloTest1) {
// Expect two strings not to be equal.
EXPECT_STRNE("hello", "world");
// Expect equality.
EXPECT_EQ(7 * 6, 42);
EXPECT_EQ(7 * 6, 41);
}

0 comments on commit 9bf6924

Please sign in to comment.