Skip to content

Commit 4f35336

Browse files
Renamed file
1 parent a54fcc8 commit 4f35336

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tpu/src/test/java/tpu/TpuCreateIT.java renamed to tpu/src/test/java/tpu/CreateTpuIT.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636

3737
@RunWith(JUnit4.class)
3838
@Timeout(value = 3, unit = TimeUnit.MINUTES)
39-
public class TpuCreateIT {
39+
public class CreateTpuIT {
4040
private static final String PROJECT_ID = "project-id";
4141
private static final String ZONE = "asia-east1-c";
4242
private static final String NODE_NAME = "test-tpu";

0 commit comments

Comments
 (0)