Polish
Closes gh-13148
This commit is contained in:
committed by
Stephane Nicoll
parent
b17c58b114
commit
fb2ab67f4f
@@ -49,7 +49,7 @@ public class SystemPropertyFormatterTests {
|
||||
}
|
||||
|
||||
@Test
|
||||
public void parseKeyWithOnlySpace() {
|
||||
public void parseKeyWithOnlySpaces() {
|
||||
assertThat(SystemPropertyFormatter.format("key1", " "))
|
||||
.isEqualTo("-Dkey1=\" \"");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user