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 | 60a6df6d382906cd4ca6cd885920b3c20820170e (patch) | |
tree | 5d5cb817648f650d76cf1076100726fd9b8448e8 /library/cpp/http/io/stream_ut_medium.cpp | |
parent | 60c0dade397b9b2f9a22f5daa5b2ea5e433e6e40 (diff) | |
download | ydb-60a6df6d382906cd4ca6cd885920b3c20820170e.tar.gz |
Restoring authorship annotation for <tkhanipov@yandex-team.ru>. Commit 2 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 8bcf1207c4..2c125eb21e 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 |