From 90d7562be346570ce4ba5e69f1228dbdf91454bf Mon Sep 17 00:00:00 2001 From: Jesse Beder Date: Sun, 23 Mar 2014 14:50:58 -0500 Subject: [PATCH] Fixed uninteresting mock --- test/integration/handler_test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration/handler_test.cpp b/test/integration/handler_test.cpp index 8d0c78f..4182340 100644 --- a/test/integration/handler_test.cpp +++ b/test/integration/handler_test.cpp @@ -62,7 +62,7 @@ class HandlerTest : public ::testing::Test { }; TEST_F(HandlerTest, NoEndOfMapFlow) { - EXPECT_THROW_PARSER_EXCEPTION(Parse("---{header: {id: 1"), + EXPECT_THROW_PARSER_EXCEPTION(IgnoreParse("---{header: {id: 1"), ErrorMsg::END_OF_MAP_FLOW); }