Skip to content

Commit

Permalink
ci: fix example test to pass
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrmacha committed Jun 18, 2024
1 parent 5283464 commit 156d7d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/src/example.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#include <gtest/gtest.h>

TEST(ExampleTest, GTestWorks) {
EXPECT_EQ(1, 2);
EXPECT_EQ(1, 1);
}

0 comments on commit 156d7d3

Please sign in to comment.