Skip to content
This repository was archived by the owner on Apr 7, 2026. It is now read-only.

Commit bbfb3e7

Browse files
chore: generate libraries at Thu Mar 5 18:31:08 UTC 2026
1 parent 3e71bef commit bbfb3e7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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
@@ -65,7 +65,7 @@ public void testMutableCredentialsUpdateAuthorizationForRunningClient() throws I
6565
System.out.println("application default " + GoogleCredentials.getApplicationDefault());
6666
SpannerOptions options =
6767
SpannerOptions.newBuilder()
68-
.setEmulatorHost(null)
68+
.setEmulatorHost(null)
6969
.setCredentials(FixedCredentialsProvider.create(mutableCredentials).getCredentials())
7070
.build();
7171
System.out.println("initial credentials " + options.getCredentials());

0 commit comments

Comments
 (0)