Skip to content

Commit

Permalink
add failing test for github action
Browse files Browse the repository at this point in the history
  • Loading branch information
DSiekmeier committed Nov 8, 2023
1 parent 897e78c commit fdb8c06
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/statistics_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -64,3 +64,7 @@ TEST(StatisticsTest, LibraryWithSamples) {
EXPECT_EQ(result.authors, 1);
EXPECT_EQ(result.shelfs, 2);
}

TEST(FakeTest, Fake) {
EXPECT_TRUE(false);
}

0 comments on commit fdb8c06

Please sign in to comment.