diff --git a/test/parser_test.cpp b/test/parser_test.cpp index 8b45911..b9c22eb 100644 --- a/test/parser_test.cpp +++ b/test/parser_test.cpp @@ -12,7 +12,7 @@ TEST(ParserTest, Empty) { EXPECT_FALSE(parser); StrictMock handler; - EXPECT_FALSE(parser.HandleNextDocument(handler)); + parser.HandleNextDocument(handler); std::ostringstream oss; parser.PrintTokens(oss);