diff options
author | wd28 <wd28@yandex-team.ru> | 2022-02-10 16:49:40 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:49:40 +0300 |
commit | 23df4007b6ffbbdb0b25a214dded0c60538fb558 (patch) | |
tree | 552b6899d1abd354ee256351af6e698ac3b86227 /library/cpp/cache/ut | |
parent | 5c6482e8c13dfaad60e604f0474606a0ec153b1d (diff) | |
download | ydb-23df4007b6ffbbdb0b25a214dded0c60538fb558.tar.gz |
Restoring authorship annotation for <wd28@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'library/cpp/cache/ut')
-rw-r--r-- | library/cpp/cache/ut/cache_ut.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/library/cpp/cache/ut/cache_ut.cpp b/library/cpp/cache/ut/cache_ut.cpp index 329872cfde..fa7fa8a27b 100644 --- a/library/cpp/cache/ut/cache_ut.cpp +++ b/library/cpp/cache/ut/cache_ut.cpp @@ -377,8 +377,8 @@ Y_UNIT_TEST_SUITE(TThreadSafeCacheTest) { Y_UNIT_TEST(SimpleTest) { for (ui32 i = 0; i < Y_ARRAY_SIZE(VALS); ++i) { - const TString data = *TCache::Get<TCallbacks>(i); - UNIT_ASSERT(data == VALS[i]); + const TString data = *TCache::Get<TCallbacks>(i); + UNIT_ASSERT(data == VALS[i]); } } |