diff options
| author | sabdenovch <[email protected]> | 2025-12-12 21:59:02 +0300 |
|---|---|---|
| committer | sabdenovch <[email protected]> | 2025-12-12 22:43:53 +0300 |
| commit | b13998cfa78bc78c2d55b6e2a3de8a7d08eefcd5 (patch) | |
| tree | 045be27d8751341c5a1e6690218da5629b8ab688 /yt/cpp/mapreduce/interface/ut/job_counters_ut.cpp | |
| parent | 00b948376f5de16a83c930b4c9d9e8c84ef445ca (diff) | |
YT-22593: TString -> std::string in unittests
commit_hash:e71661ee774f94e598456363e42562c658cce049
Diffstat (limited to 'yt/cpp/mapreduce/interface/ut/job_counters_ut.cpp')
| -rw-r--r-- | yt/cpp/mapreduce/interface/ut/job_counters_ut.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/yt/cpp/mapreduce/interface/ut/job_counters_ut.cpp b/yt/cpp/mapreduce/interface/ut/job_counters_ut.cpp index 1c887b37e17..5d1ab8e5662 100644 --- a/yt/cpp/mapreduce/interface/ut/job_counters_ut.cpp +++ b/yt/cpp/mapreduce/interface/ut/job_counters_ut.cpp @@ -9,7 +9,7 @@ using namespace NYT; TEST(TJobCountersTest, Full) { - const TString input = R"""( + const TStringBuf input = R"""( { "completed" = { "total" = 6; |
