8000 refactor(compute-samples): lint fix · coderatgoogle/java-docs-samples@df65cc9 · GitHub
[go: up one dir, main page]

Skip to content

Commit df65cc9

Browse files
committed
refactor(compute-samples): lint fix
1 parent d083621 commit df65cc9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,8 @@ 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 for instance " + MACHINE_NAME_DELETE + ": DONE");
234+
assertThat(stdOut.toString()).contains(
235+
"Operation Status for instance " + MACHINE_NAME_DELETE + ": DONE");
235236
}
236237

237238
@Test

0 commit comments

Comments
 (0)
0