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

Commit fc8c682

Browse files
chore: generate libraries at Tue Mar 3 21:06:51 UTC 2026
1 parent 61468f0 commit fc8c682

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
@@ -58,7 +58,8 @@ public void testMutableCredentialsUpdateAuthorizationForRunningClient() throws I
5858

5959
ServiceAccountCredentials validCredentials = (ServiceAccountCredentials) credentialsFromFile;
6060
ServiceAccountCredentials invalidCredentials;
61-
try (InputStream stream = ITMutableCredentialsTest.class.getResourceAsStream(INVALID_KEY_RESOURCE)) {
61+
try (InputStream stream =
62+
ITMutableCredentialsTest.class.getResourceAsStream(INVALID_KEY_RESOURCE)) {
6263
assertNotNull("Missing test resource: " + INVALID_KEY_RESOURCE, stream);
6364
invalidCredentials = ServiceAccountCredentials.fromStream(stream);
6465
}

0 commit comments

Comments
 (0)