Browse Source

Intermediate changes

robot-piglet 7 months ago
parent
commit
9b4a47f120
1 changed files with 1 additions and 1 deletions
  1. 1 1
      library/cpp/testing/gtest/matchers.h

+ 1 - 1
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;