Skip to content

Commit 9e35542

Browse files
committed
Fix bug in test that lead to duplicate behavior in two tests.
1 parent bbc0d50 commit 9e35542

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

plugin/src/test/java/com/flit/protoc/gen/server/TypeMapperTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ public class TypeMapperTest {
2626
public void protoPackage() {
2727
DescriptorProtos.FileOptions options = DescriptorProtos.FileOptions.newBuilder()
2828
.setJavaMultipleFiles(false)
29-
.setJavaOuterClassname("Mapper")
3029
.build();
3130

3231
DescriptorProtos.FileDescriptorProto proto = DescriptorProtos.FileDescriptorProto.newBuilder()

0 commit comments

Comments
 (0)