Closes gh-13148
This commit is contained in:
Johnny Lim
2018-05-12 01:00:40 +09:00
committed by Stephane Nicoll
parent b17c58b114
commit fb2ab67f4f
4 changed files with 28 additions and 24 deletions

View File

@@ -49,7 +49,7 @@ public class SystemPropertyFormatterTests {
}
@Test
public void parseKeyWithOnlySpace() {
public void parseKeyWithOnlySpaces() {
assertThat(SystemPropertyFormatter.format("key1", " "))
.isEqualTo("-Dkey1=\" \"");
}