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 6956852 commit 478beaaCopy full SHA for 478beaa
tpu/src/test/java/tpu/TpuVmIT.java
@@ -88,7 +88,7 @@ public void testCreateTpuVm() throws IOException, ExecutionException, Interrupte
88
final PrintStream out = System.out;
89
ByteArrayOutputStream stdOut = new ByteArrayOutputStream();
90
System.setOut(new PrintStream(stdOut));
91
- CreateTpuVm.createTpuVm(PROJECT_ID, ZONE, NODE_NAME, TPU_TYPE , TPU_SOFTWARE_VERSION);
+ CreateTpuVm.createTpuVm(PROJECT_ID, ZONE, NODE_NAME, TPU_TYPE, TPU_SOFTWARE_VERSION);
92
93
assertThat(stdOut.toString()).contains("TPU VM created: " + NODE_PATH_NAME);
94
stdOut.close();
0 commit comments