diff options
author | tkhanipov <tkhanipov@yandex-team.ru> | 2022-02-10 16:49:46 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:49:46 +0300 |
commit | 60c0dade397b9b2f9a22f5daa5b2ea5e433e6e40 (patch) | |
tree | 4acdda76eaabc40a9ee1a272dc41f7a3862409ec /library/cpp/http/io/stream_ut_medium.cpp | |
parent | a27ec9dbf04ab9972fd470b53b8bdd41153226e5 (diff) | |
download | ydb-60c0dade397b9b2f9a22f5daa5b2ea5e433e6e40.tar.gz |
Restoring authorship annotation for <tkhanipov@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'library/cpp/http/io/stream_ut_medium.cpp')
-rw-r--r-- | library/cpp/http/io/stream_ut_medium.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/library/cpp/http/io/stream_ut_medium.cpp b/library/cpp/http/io/stream_ut_medium.cpp index 2c125eb21e..8bcf1207c4 100644 --- a/library/cpp/http/io/stream_ut_medium.cpp +++ b/library/cpp/http/io/stream_ut_medium.cpp @@ -2,7 +2,7 @@ #include <library/cpp/testing/unittest/registar.h> #include <util/stream/zlib.h> -Y_UNIT_TEST_SUITE(THttpTestMedium) { +Y_UNIT_TEST_SUITE(THttpTestMedium) { Y_UNIT_TEST(TestCodings2) { TStringBuf data = "aaaaaaaaaaaaaaaaaaaaaaa"; @@ -51,4 +51,4 @@ Y_UNIT_TEST_SUITE(THttpTestMedium) { } } -} // THttpTestMedium suite +} // THttpTestMedium suite |