Skip to content

Commit

Permalink
Fix bug in test that lead to duplicate behavior in two tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
gorzell committed Mar 4, 2019
1 parent bbc0d50 commit 9e35542
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ public class TypeMapperTest {
public void protoPackage() {
DescriptorProtos.FileOptions options = DescriptorProtos.FileOptions.newBuilder()
.setJavaMultipleFiles(false)
.setJavaOuterClassname("Mapper")
.build();

DescriptorProtos.FileDescriptorProto proto = DescriptorProtos.FileDescriptorProto.newBuilder()
Expand Down

0 comments on commit 9e35542

Please sign in to comment.