Unverified Commit 6c57d607 authored by yutotnh's avatar yutotnh
Browse files

fix: typo in test name

parent 2cf9987c
...@@ -1064,7 +1064,7 @@ TEST(UnexpectedCallTest, UnmatchedArguments) { ...@@ -1064,7 +1064,7 @@ TEST(UnexpectedCallTest, UnmatchedArguments) {
// Tests that Google Mock explains that an expectation with // Tests that Google Mock explains that an expectation with
// unsatisfied pre-requisites doesn't match the call. // unsatisfied pre-requisites doesn't match the call.
TEST(UnexpectedCallTest, UnsatisifiedPrerequisites) { TEST(UnexpectedCallTest, UnsatisfiedPrerequisites) {
Sequence s1, s2; Sequence s1, s2;
MockB b; MockB b;
EXPECT_CALL(b, DoB(1)).InSequence(s1); EXPECT_CALL(b, DoB(1)).InSequence(s1);
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment