8000
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 d083621 commit df65cc9Copy full SHA for df65cc9
compute/cloud-client/src/test/java/compute/SnippetsIT.java
@@ -231,7 +231,8 @@ public void testListAllInstances() throws IOException {
231
@Test
232
public void testDeleteInstance() throws IOException, InterruptedException, ExecutionException {
233
compute.DeleteInstance.deleteInstance(PROJECT_ID, ZONE, MACHINE_NAME_DELETE);
234
- assertThat(stdOut.toString()).contains("Operation Status for instance " + MACHINE_NAME_DELETE + ": DONE");
+ assertThat(stdOut.toString()).contains(
235
+ "Operation Status for instance " + MACHINE_NAME_DELETE + ": DONE");
236
}
237
238
0 commit comments