Skip to content

Commit 4c5ec92

Browse files
chore: generate libraries at Thu Mar 5 19:17:19 UTC 2026
1 parent 2778372 commit 4c5ec92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

google-cloud-spanner/src/test/java/com/google/cloud/spanner/connection/it/ITMutableCredentialsTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ public void testMutableCredentialsUpdateAuthorizationForRunningClient() throws I
7474
SpannerOptions.newBuilder()
7575
.setEmulatorHost(
7676
null) // this setting is required otherwise SpannerOptions overrides credentials to
77-
// NoCredentials
77+
// NoCredentials
7878
.setCredentials(mutableCredentials)
7979
.build();
8080
System.out.println("initial credentials " + options.getCredentials());

0 commit comments

Comments
 (0)