Skip to content

Commit c3077da

Browse files
committed
Fix unit test
1 parent 1b3662f commit c3077da

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

google-cloud-core/src/test/java/com/google/cloud/ServiceOptionsTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ public class ServiceOptionsTest {
102102
private static final TestServiceOptions DEPRECATED_DEFAULT_OPTIONS =
103103
TestServiceOptions.newBuilder().projectId("project-id").build();
104104
private static final TestServiceOptions OPTIONS_COPY = OPTIONS.toBuilder().build();
105-
private static final String LIBRARY_NAME = "gcloud-java";
105+
private static final String LIBRARY_NAME = "google-cloud-java";
106106
private static final Pattern APPLICATION_NAME_PATTERN =
107107
Pattern.compile(LIBRARY_NAME + "(/[0-9]+.[0-9]+.[0-9]+)?");
108108

0 commit comments

Comments
 (0)