Skip to content

Commit 93a38b5

Browse files
nareddytvitalybuka
authored andcommitted
Revert "Fix the test"
This reverts commit ec3cf71 Signed-off-by: Teju Nareddy <[email protected]>
1 parent ec3cf71 commit 93a38b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mutator_test.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -678,7 +678,7 @@ TYPED_TEST(MutatorTypedTest, Serialization) {
678678

679679
TYPED_TEST(MutatorTypedTest, UnknownFieldTextFormat) {
680680
typename TestFixture::Message parsed;
681-
EXPECT_FALSE(ParseTextMessage(kUnknownFieldInput, &parsed));
681+
EXPECT_TRUE(ParseTextMessage(kUnknownFieldInput, &parsed));
682682
EXPECT_NE(SaveMessageAsText(parsed), kUnknownFieldExpected);
683683
}
684684

0 commit comments

Comments
 (0)