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

Commit e5a4c93

Browse files
chore: generate libraries at Thu Mar 5 16:16:58 UTC 2026
1 parent d5fb2f8 commit e5a4c93

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
@@ -76,7 +76,7 @@ public void testMutableCredentialsUpdateAuthorizationForRunningClient() throws I
7676
String instance = "java-client-integration-tests";
7777
try {
7878
listInstances(instanceAdminClient, options.getProjectId(), instance);
79-
//fail("Expected PERMISSION_DENIED");
79+
// fail("Expected PERMISSION_DENIED");
8080
} catch (Exception e) {
8181
// specifically validate the permission denied error message
8282
System.out.println("exception " + e.getMessage());

0 commit comments

Comments
 (0)