Skip to content

Commit

Permalink
Automated Code Change
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 707021159
  • Loading branch information
protobuf-github-bot authored and copybara-github committed Dec 17, 2024
1 parent 610574c commit 3f31224
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/google/protobuf/unknown_field_set_unittest.cc
Original file line number Diff line number Diff line change
Expand Up @@ -837,7 +837,7 @@ TEST_F(UnknownFieldSetTest, SerializeToCord_TestPackedTypes) {
ASSERT_TRUE(field_set.SerializeToCord(&cord));

unittest::TestPackedTypes message;
ASSERT_TRUE(message.ParseFromCord(cord));
ASSERT_TRUE(message.ParseFromString(cord));
EXPECT_THAT(message.packed_int32(), ElementsAre(-1, -2, -3, -4));
EXPECT_THAT(message.packed_uint64(), ElementsAre(5, 6, 7));
}
Expand Down

0 comments on commit 3f31224

Please sign in to comment.