Polish formatting

This commit is contained in:
Phillip Webb
2015-04-06 18:03:59 -07:00
parent 5789665447
commit 59692cd938
4 changed files with 17 additions and 11 deletions

View File

@@ -42,7 +42,8 @@ public class CommandLineIT {
InterruptedException {
Invocation cli = this.cli.invoke("hint");
assertThat(cli.await(), equalTo(0));
assertThat("Unexpected error: \n" + cli.getErrorOutput(), cli.getErrorOutput().length(), equalTo(0));
assertThat("Unexpected error: \n" + cli.getErrorOutput(), cli.getErrorOutput()
.length(), equalTo(0));
assertThat(cli.getStandardOutputLines().size(), equalTo(10));
}