We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8805dd7 commit 90c6b7bCopy full SHA for 90c6b7b
1 file changed
…nection/it/ITMutableCredentialsTest.java …spanner/it/ITMutableCredentialsTest.javagoogle-cloud-spanner/src/test/java/com/google/cloud/spanner/connection/it/ITMutableCredentialsTest.java renamed to google-cloud-spanner/src/test/java/com/google/cloud/spanner/it/ITMutableCredentialsTest.java
@@ -14,7 +14,7 @@
14
* limitations under the License.
15
*/
16
17
-package com.google.cloud.spanner.connection.it;
+package com.google.cloud.spanner.it;
18
19
import static org.junit.Assert.assertTrue;
20
import static org.junit.Assert.fail;
@@ -42,7 +42,7 @@
42
public class ITMutableCredentialsTest {
43
44
private static final String INVALID_CERT_PATH =
45
- "/com/google/cloud/spanner/connection/test-key.json";
+ "/com/google/cloud/spanner/connection/test-key.json";
46
47
@Test
48
public void testMutableCredentialsUpdateAuthorizationForRunningClient() throws IOException {
0 commit comments