Skip to content

Commit d095e79

Browse files
committed
fix merge error
1 parent c618360 commit d095e79

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

protobuf/src/test/java/com/fasterxml/jackson/dataformat/protobuf/schema/DescriptorLoaderTest.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,5 @@ public void testParsing() throws Exception
1313
ProtobufSchema nps = fds.forType("main1");
1414
assertNotNull(nps);
1515
}
16-
17-
ProtobufSchema schema = nativeSchema.forType("main1");
18-
assertNotNull(schema);
19-
}
2016
}
2117

0 commit comments

Comments
 (0)