Commit 4b1346f4 authored by Phillip Webb's avatar Phillip Webb

Polish

parent c81fedb6
...@@ -68,7 +68,6 @@ class HelpCommandTests { ...@@ -68,7 +68,6 @@ class HelpCommandTests {
this.command.run(this.out, Collections.emptyMap(), Arrays.asList("extract")); this.command.run(this.out, Collections.emptyMap(), Arrays.asList("extract"));
System.out.println(this.out); System.out.println(this.out);
assertThat(this.out).hasSameContentAsResource("help-extract-output.txt"); assertThat(this.out).hasSameContentAsResource("help-extract-output.txt");
} }
private File createJarFile(String name) throws IOException { private File createJarFile(String name) throws IOException {
...@@ -81,7 +80,7 @@ class HelpCommandTests { ...@@ -81,7 +80,7 @@ class HelpCommandTests {
writer.write(" - \"BOOT-INF/lib/a.jar\"\n"); writer.write(" - \"BOOT-INF/lib/a.jar\"\n");
writer.write(" - \"BOOT-INF/lib/b.jar\"\n"); writer.write(" - \"BOOT-INF/lib/b.jar\"\n");
writer.write("- \"0002\":\n"); writer.write("- \"0002\":\n");
writer.write(" - \"0002 BOOT-INF/lib/c.jar\"\n"); writer.write(" - \"BOOT-INF/lib/c.jar\"\n");
writer.write("- \"0003\":\n"); writer.write("- \"0003\":\n");
writer.write(" - \"BOOT-INF/lib/d.jar\"\n"); writer.write(" - \"BOOT-INF/lib/d.jar\"\n");
writer.flush(); writer.flush();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment