Skip to content

Commit d083621

Browse files
committed
docs(compute-samples): modified test assertion
1 parent 411bab1 commit d083621

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compute/cloud-client/src/test/java/compute/SnippetsIT.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ public void testListAllInstances() throws IOException {
231231
@Test
232232
public void testDeleteInstance() throws IOException, InterruptedException, ExecutionException {
233233
compute.DeleteInstance.deleteInstance(PROJECT_ID, ZONE, MACHINE_NAME_DELETE);
234-
assertThat(stdOut.toString()).contains("Operation Status: DONE");
234+
assertThat(stdOut.toString()).contains("Operation Status for instance " + MACHINE_NAME_DELETE + ": DONE");
235235
}
236236

237237
@Test

0 commit comments

Comments
 (0)