diff options
author | vdf <vdf@yandex-team.ru> | 2022-02-10 16:48:43 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:48:43 +0300 |
commit | b74c16abd264d7a738bce3733832ce988b28efc4 (patch) | |
tree | 5d5cb817648f650d76cf1076100726fd9b8448e8 /library/cpp/protobuf/util/pb_io_ut.cpp | |
parent | c52fa3470f4973c134b3c09a16dcdc7167eaece3 (diff) | |
download | ydb-b74c16abd264d7a738bce3733832ce988b28efc4.tar.gz |
Restoring authorship annotation for <vdf@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'library/cpp/protobuf/util/pb_io_ut.cpp')
-rw-r--r-- | library/cpp/protobuf/util/pb_io_ut.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/library/cpp/protobuf/util/pb_io_ut.cpp b/library/cpp/protobuf/util/pb_io_ut.cpp index 21d7596b82..875d6dc602 100644 --- a/library/cpp/protobuf/util/pb_io_ut.cpp +++ b/library/cpp/protobuf/util/pb_io_ut.cpp @@ -44,11 +44,11 @@ static const TString INCORRECT_ENUM_ID_MESSAGE = )"; static const TString CORRECT_BASE64_MESSAGE = "CCo,"; - + static const TString CORRECT_UNEVEN_BASE64_MESSAGE = "CCo"; static const TString INCORRECT_BASE64_MESSAGE = "CC"; - + Y_UNIT_TEST_SUITE(TTestProtoBufIO) { Y_UNIT_TEST(TestBase64) { { |