Fix mispelling in comment supressed ==> suppressed in json_util_test.cc

pull/10325/head
Sandy Zhang 2 years ago
parent 2712eb8133
commit e6a2bf3890
  1. 2
      src/google/protobuf/util/json_util_test.cc

@ -773,7 +773,7 @@ TEST_P(JsonTest, TestFlatList) {
ASSERT_OK(m);
EXPECT_THAT(m->repeated_int32_value(), ElementsAre(5, 6));
// The above flatteing behavior is supressed for google::protobuf::ListValue.
// The above flatteing behavior is suppressed for google::protobuf::ListValue.
auto m2 = ToProto<google::protobuf::Value>(R"json(
{
"repeatedInt32Value": [[[5]], [6]]

Loading…
Cancel
Save