We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b3662f commit c3077daCopy full SHA for c3077da
1 file changed
google-cloud-core/src/test/java/com/google/cloud/ServiceOptionsTest.java
@@ -102,7 +102,7 @@ public class ServiceOptionsTest {
102
private static final TestServiceOptions DEPRECATED_DEFAULT_OPTIONS =
103
TestServiceOptions.newBuilder().projectId("project-id").build();
104
private static final TestServiceOptions OPTIONS_COPY = OPTIONS.toBuilder().build();
105
- private static final String LIBRARY_NAME = "gcloud-java";
+ private static final String LIBRARY_NAME = "google-cloud-java";
106
private static final Pattern APPLICATION_NAME_PATTERN =
107
Pattern.compile(LIBRARY_NAME + "(/[0-9]+.[0-9]+.[0-9]+)?");
108
0 commit comments