]> git-server-git.apps.pok.os.sepia.ceph.com Git - googletest.git/commitdiff
Googletest export
authorAbseil Team <absl-team@google.com>
Tue, 8 Jun 2021 23:22:46 +0000 (19:22 -0400)
committerDerek Mauro <dmauro@google.com>
Wed, 9 Jun 2021 12:45:11 +0000 (08:45 -0400)
Update broken link

PiperOrigin-RevId: 378272186

docs/gmock_faq.md

index 09623b4e426ecf67a33cdde327f4cee1f69a45eb..2cd9b3f3155966fe078e2f17809eea4b8045c7bd 100644 (file)
@@ -87,9 +87,9 @@ trace, you'll gain insights on why the expectations you set are not met.
 
 If you see the message "The mock function has no default action set, and its
 return type has no default value set.", then try
-[adding a default action](gmock_for_dummies.md#DefaultValue). Due to a known
-issue, unexpected calls on mocks without default actions don't print out a
-detailed comparison between the actual arguments and the expected arguments.
+[adding a default action](gmock_cheat_sheet.md#OnCall). Due to a known issue,
+unexpected calls on mocks without default actions don't print out a detailed
+comparison between the actual arguments and the expected arguments.
 
 ### My program crashed and `ScopedMockLog` spit out tons of messages. Is it a gMock bug?