File tree 2 files changed +5
-5
lines changed
main/java/com/google/api/generator/gapic/composer
test/java/com/google/api/generator/gapic/composer/goldens
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -186,7 +186,7 @@ private static List<Statement> createClassMemberFieldDecls(
186
186
ExprStatement .withExpr (
187
187
v .toBuilder ()
188
188
.setIsDecl (true )
189
- .setScope (ScopeNode .PRIVATE )
189
+ .setScope (ScopeNode .PUBLIC )
190
190
.setIsStatic (v .type ().reference ().name ().startsWith ("Mock" ))
191
191
.build ()))
192
192
.collect (Collectors .toList ());
Original file line number Diff line number Diff line change @@ -37,10 +37,10 @@ import org.junit.Test;
37
37
38
38
@Generated("by gapic-generator-java")
39
39
public class EchoClientTest {
40
- private static MockServiceHelper mockServiceHelper;
41
- private static MockEcho mockEcho;
42
- private EchoClient client;
43
- private LocalChannelProvider channelProvider;
40
+ public static MockServiceHelper mockServiceHelper;
41
+ public static MockEcho mockEcho;
42
+ public EchoClient client;
43
+ public LocalChannelProvider channelProvider;
44
44
45
45
@BeforeClass
46
46
public static void startStaticServer() {
You can’t perform that action at this time.
0 commit comments