mirror of
https://github.com/google/googletest.git
synced 2025-01-14 00:20:57 +08:00
fix: typo in test name
This commit is contained in:
parent
2cf9987ce3
commit
6c57d607c7
@ -1064,7 +1064,7 @@ TEST(UnexpectedCallTest, UnmatchedArguments) {
|
||||
|
||||
// Tests that Google Mock explains that an expectation with
|
||||
// unsatisfied pre-requisites doesn't match the call.
|
||||
TEST(UnexpectedCallTest, UnsatisifiedPrerequisites) {
|
||||
TEST(UnexpectedCallTest, UnsatisfiedPrerequisites) {
|
||||
Sequence s1, s2;
|
||||
MockB b;
|
||||
EXPECT_CALL(b, DoB(1)).InSequence(s1);
|
||||
|
Loading…
x
Reference in New Issue
Block a user