Refactor system property access into a new SystemProperties class
This commit is contained in:
parent
95a0e2b09b
commit
47a92f9879
|
@ -223,7 +223,7 @@ public class SystemPropertiesTest {
|
|||
|
||||
@Test
|
||||
public void testGetUserCountry() {
|
||||
assertNotNull(SystemProperties.getUserCountry());
|
||||
assertDoesNotThrow(SystemProperties::getUserCountry);
|
||||
}
|
||||
|
||||
@Test
|
||||
|
|
Loading…
Reference in New Issue