one more change

This commit is contained in:
hyperxor 2019-11-23 21:37:30 +03:00
parent f1b3337bc1
commit 78cf12e69e

View File

@ -12,7 +12,7 @@ TEST(ParserTest, Empty) {
EXPECT_FALSE(parser);
StrictMock<MockEventHandler> handler;
EXPECT_FALSE(parser.HandleNextDocument(handler));
parser.HandleNextDocument(handler);
std::ostringstream oss;
parser.PrintTokens(oss);