mirror of
https://github.com/jbeder/yaml-cpp.git
synced 2025-09-09 04:41:16 +00:00
Fixed uninteresting mock
This commit is contained in:
@@ -62,7 +62,7 @@ class HandlerTest : public ::testing::Test {
|
|||||||
};
|
};
|
||||||
|
|
||||||
TEST_F(HandlerTest, NoEndOfMapFlow) {
|
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);
|
ErrorMsg::END_OF_MAP_FLOW);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user