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

Commit bb56c65

Browse files
chore: generate libraries at Thu Mar 5 15:41:33 UTC 2026
1 parent 89d4789 commit bb56c65

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
@@ -64,7 +64,7 @@ public void testMutableCredentialsUpdateAuthorizationForRunningClient() throws I
6464
.setCredentials(FixedCredentialsProvider.create(mutableCredentials).getCredentials())
6565
.build();
6666
System.out.println("initial credentials " + options.getCredentials());
67-
System.out.println("default projecct" + options.getProjectId());
67+
System.out.println("default projecct" + options.getProjectId());
6868
try (Spanner spanner = options.getService();
6969
InstanceAdminClient instanceAdminClient = spanner.createInstanceAdminClient()) {
7070
String project = "gcloud-devel";

0 commit comments

Comments
 (0)