diff options
author | a-sidorin <[email protected]> | 2022-02-10 16:50:02 +0300 |
---|---|---|
committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:50:02 +0300 |
commit | 9473a88c91129dfe21343af486bebb93a0b33291 (patch) | |
tree | 5d5cb817648f650d76cf1076100726fd9b8448e8 /library/cpp/protobuf/json/ut | |
parent | 4ffc252d74adad4b93762976940ef53012cb98df (diff) |
Restoring authorship annotation for <[email protected]>. Commit 2 of 2.
Diffstat (limited to 'library/cpp/protobuf/json/ut')
-rw-r--r-- | library/cpp/protobuf/json/ut/json2proto_ut.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/cpp/protobuf/json/ut/json2proto_ut.cpp b/library/cpp/protobuf/json/ut/json2proto_ut.cpp index 9d8d8bb19a0..0dfe57bc7a2 100644 --- a/library/cpp/protobuf/json/ut/json2proto_ut.cpp +++ b/library/cpp/protobuf/json/ut/json2proto_ut.cpp @@ -985,7 +985,7 @@ Y_UNIT_TEST(TestMapAsObjectConfigNotSet) { TJson2ProtoConfig config; UNIT_ASSERT_EXCEPTION_CONTAINS( Json2Proto<TMapType>(modelStr, config), yexception, - "Map as object representation is not allowed"); + "Map as object representation is not allowed"); } // TestMapAsObjectNotSet Y_UNIT_TEST(TestMergeFlatOptional) { |