Skip to content

Commit 1b18723

Browse files
Abseil Teamcopybara-github
Abseil Team
authored andcommitted
Fix typo in gmock-matchers_test.cc: CanDescribeNegationOfExpectingOneElment => CanDescribeNegationOfExpectingOneElement
PiperOrigin-RevId: 409484263 Change-Id: I7448d6f04a9868602e0bc8dec40ea3eb63d3e387
1 parent 25208a6 commit 1b18723

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

googlemock/test/gmock-matchers_test.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7289,7 +7289,7 @@ TEST(ElementsAreTest, CanDescribeNegationOfExpectingNoElement) {
72897289
EXPECT_EQ("isn't empty", DescribeNegation(m));
72907290
}
72917291

7292-
TEST(ElementsAreTest, CanDescribeNegationOfExpectingOneElment) {
7292+
TEST(ElementsAreTest, CanDescribeNegationOfExpectingOneElement) {
72937293
Matcher<const list<int>&> m = ElementsAre(Gt(5));
72947294
EXPECT_EQ(
72957295
"doesn't have 1 element, or\n"

0 commit comments

Comments
 (0)