Skip to content

Commit f2d5d88

Browse files
committed
Intermediate changes
commit_hash:f16769226fca7335d2bcf5fb633bf82f06011d96
1 parent f75824f commit f2d5d88

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

library/cpp/protobuf/json/ut/proto2json_ut.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -968,10 +968,10 @@ Y_UNIT_TEST(TestMapAsObject) {
968968

969969
auto& items = *proto.MutableItems();
970970
items["key1"] = "value1";
971-
items["key2"] = "value2";
971+
items[""] = "value2";
972972
items["key3"] = "value3";
973973

974-
TString modelStr(R"_({"Items":{"key3":"value3","key2":"value2","key1":"value1"}})_");
974+
TString modelStr(R"_({"Items":{"key3":"value3","":"value2","key1":"value1"}})_");
975975

976976
TStringStream jsonStr;
977977
TProto2JsonConfig config;

0 commit comments

Comments
 (0)