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

Commit 90c6b7b

Browse files
committed
moved IT test to correct package
1 parent 8805dd7 commit 90c6b7b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

google-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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* limitations under the License.
1515
*/
1616

17-
package com.google.cloud.spanner.connection.it;
17+
package com.google.cloud.spanner.it;
1818

1919
import static org.junit.Assert.assertTrue;
2020
import static org.junit.Assert.fail;
@@ -42,7 +42,7 @@
4242
public class ITMutableCredentialsTest {
4343

4444
private static final String INVALID_CERT_PATH =
45-
"/com/google/cloud/spanner/connection/test-key.json";
45+
"/com/google/cloud/spanner/connection/test-key.json";
4646

4747
@Test
4848
public void testMutableCredentialsUpdateAuthorizationForRunningClient() throws IOException {

0 commit comments

Comments
 (0)