aboutsummaryrefslogtreecommitdiffstats
path: root/library
diff options
context:
space:
mode:
authorrobot-piglet <robot-piglet@yandex-team.com>2024-07-23 18:23:48 +0300
committerrobot-piglet <robot-piglet@yandex-team.com>2024-07-23 18:34:02 +0300
commit9b4a47f1203d5ba3eaa5029818a76e4b9c6dc81a (patch)
treec98204fa968eb382066f3fc930437c9d85f12be5 /library
parentce74038e986d1eb5b51b681d3d9cdbd26b495bc3 (diff)
downloadydb-9b4a47f1203d5ba3eaa5029818a76e4b9c6dc81a.tar.gz
Intermediate changes
Diffstat (limited to 'library')
-rw-r--r--library/cpp/testing/gtest/matchers.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/cpp/testing/gtest/matchers.h b/library/cpp/testing/gtest/matchers.h
index 0db0597304..4c0154e914 100644
--- a/library/cpp/testing/gtest/matchers.h
+++ b/library/cpp/testing/gtest/matchers.h
@@ -32,7 +32,7 @@ namespace NGTest {
{
if (!NDetail::MatchOrUpdateGolden(std::string_view(arg.data(), arg.size()), TString(filename))) {
*result_listener
- << "\nCall `ya m -rA --test-param GTEST_UPDATE_GOLDEN=1` to update the golden file";
+ << "\nCall `ya test --test-param GTEST_UPDATE_GOLDEN=1` to update the golden file";
return false;
}
return true;