Polish
See gh-20020
This commit is contained in:
committed by
Stephane Nicoll
parent
05e7cd6f2b
commit
b67ece48e4
@@ -55,7 +55,7 @@ class JarCommandIT {
|
||||
invocation.await();
|
||||
assertThat(invocation.getStandardOutput()).isEqualTo("");
|
||||
assertThat(invocation.getErrorOutput())
|
||||
.contains("The name of the " + "resulting jar and at least one source file must be specified");
|
||||
.contains("The name of the resulting jar and at least one source file must be specified");
|
||||
}
|
||||
|
||||
@Test
|
||||
@@ -64,7 +64,7 @@ class JarCommandIT {
|
||||
invocation.await();
|
||||
assertThat(invocation.getStandardOutput()).isEqualTo("");
|
||||
assertThat(invocation.getErrorOutput())
|
||||
.contains("The name of the " + "resulting jar and at least one source file must be specified");
|
||||
.contains("The name of the resulting jar and at least one source file must be specified");
|
||||
}
|
||||
|
||||
@Test
|
||||
|
||||
Reference in New Issue
Block a user