summaryrefslogtreecommitdiffstats
path: root/googlemock/test/gmock-spec-builders_test.cc
diff options
context:
space:
mode:
authorAbseil Team <absl-team@google.com>2023-02-16 15:33:08 (GMT)
committerCopybara-Service <copybara-worker@google.com>2023-02-16 15:33:48 (GMT)
commit7a7231c442484be389fdf01594310349ca0e42a8 (patch)
treee36d34a3154a20d7cfca7d8e0be1b759c9ad28be /googlemock/test/gmock-spec-builders_test.cc
parentf063cd25c90cbd4089a0ff96f5991df4f2721338 (diff)
downloadgoogletest-7a7231c442484be389fdf01594310349ca0e42a8.zip
googletest-7a7231c442484be389fdf01594310349ca0e42a8.tar.gz
googletest-7a7231c442484be389fdf01594310349ca0e42a8.tar.bz2
Fix link in ReportUninterestingCall message
This CL changes the link in the ReportUninterestingCall message from .../gmock_cook_book.md#knowing-when-to-expect to .../gmock_cook_book.md#knowing-when-to-expect-useoncall. This is necessary following https://github.com/google/googletest/commit/31ff597. PiperOrigin-RevId: 510138974 Change-Id: Ic98c84b07751d27dfc95eddbe7874f76d68b456f
Diffstat (limited to 'googlemock/test/gmock-spec-builders_test.cc')
-rw-r--r--googlemock/test/gmock-spec-builders_test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/googlemock/test/gmock-spec-builders_test.cc b/googlemock/test/gmock-spec-builders_test.cc
index 487b6c3..ad56ead 100644
--- a/googlemock/test/gmock-spec-builders_test.cc
+++ b/googlemock/test/gmock-spec-builders_test.cc
@@ -2050,7 +2050,7 @@ class GMockVerboseFlagTest : public VerboseFlagPreservingFixture {
"See "
"https://github.com/google/googletest/blob/main/docs/"
"gmock_cook_book.md#"
- "knowing-when-to-expect for details.";
+ "knowing-when-to-expect-useoncall for details.";
// A void-returning function.
CaptureStdout();