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

Commit 06103fd

Browse files
chore: generate libraries at Thu Mar 5 15:59:43 UTC 2026
1 parent 52b761b commit 06103fd

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,8 @@ public void testMutableCredentialsUpdateAuthorizationForRunningClient() throws I
4747
System.out.println("property" + System.getenv("GOOGLE_ACCOUNT_CREDENTIALS"));
4848
GoogleCredentials missingPermissionCredentials;
4949
try (InputStream stream =
50-
Files.newInputStream(Paths.get("/tmpfs/src/gfile/secret_manager/java-it-service-account"))) {
50+
Files.newInputStream(
51+
Paths.get("/tmpfs/src/gfile/secret_manager/java-it-service-account"))) {
5152
missingPermissionCredentials = GoogleCredentials.fromStream(stream);
5253
}
5354
ServiceAccountCredentials invalidCredentials;

0 commit comments

Comments
 (0)