mirror of
https://github.com/apache/commons-lang.git
synced 2025-02-09 03:24:58 +00:00
Refactor system property access into a new SystemProperties class
This commit is contained in:
parent
95a0e2b09b
commit
47a92f9879
@ -223,7 +223,7 @@ public void testGetPathSeparator() {
|
||||
|
||||
@Test
|
||||
public void testGetUserCountry() {
|
||||
assertNotNull(SystemProperties.getUserCountry());
|
||||
assertDoesNotThrow(SystemProperties::getUserCountry);
|
||||
}
|
||||
|
||||
@Test
|
||||
|
Loading…
x
Reference in New Issue
Block a user