Skip to content

Commit fdb8c06

Browse files
committed
add failing test for github action
1 parent 897e78c commit fdb8c06

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

test/statistics_test.cc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,3 +64,7 @@ TEST(StatisticsTest, LibraryWithSamples) {
6464
EXPECT_EQ(result.authors, 1);
6565
EXPECT_EQ(result.shelfs, 2);
6666
}
67+
68+
TEST(FakeTest, Fake) {
69+
EXPECT_TRUE(false);
70+
}

0 commit comments

Comments
 (0)