diff options
author | robot-piglet <robot-piglet@yandex-team.com> | 2024-06-16 00:00:53 +0300 |
---|---|---|
committer | robot-piglet <robot-piglet@yandex-team.com> | 2024-06-16 00:10:13 +0300 |
commit | 8756a52d86ef0fe71fa9aee34b23466795bdc94b (patch) | |
tree | 09ea7417b89a24b3348a0cac4d44d805708c8d61 /yt/cpp | |
parent | b3ca01f0fd071e6769a1da056e6608147ec6cfb0 (diff) | |
download | ydb-8756a52d86ef0fe71fa9aee34b23466795bdc94b.tar.gz |
Intermediate changes
Diffstat (limited to 'yt/cpp')
-rw-r--r-- | yt/cpp/mapreduce/tests/yt_unittest_lib/yt_unittest_lib.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/yt/cpp/mapreduce/tests/yt_unittest_lib/yt_unittest_lib.h b/yt/cpp/mapreduce/tests/yt_unittest_lib/yt_unittest_lib.h index 1b1c40d5bb..9b8ffbe921 100644 --- a/yt/cpp/mapreduce/tests/yt_unittest_lib/yt_unittest_lib.h +++ b/yt/cpp/mapreduce/tests/yt_unittest_lib/yt_unittest_lib.h @@ -25,7 +25,7 @@ namespace NYT::NTesting { //////////////////////////////////////////////////////////////////////////////// -IClientPtr CreateTestClient(TString proxy = "", const TCreateClientOptions& options = {}); +IClientPtr CreateTestClient(TString proxy = "", TCreateClientOptions options = {}); // Create map node by unique path in Cypress and return that path. TYPath CreateTestDirectory(const IClientBasePtr& client); |