Skip to content

Commit

Permalink
Update ConfigsTest.java
Browse files Browse the repository at this point in the history
  • Loading branch information
baruKreddy committed Jun 15, 2022
1 parent c2ff9ae commit fac6da2
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ public void getFromSystemPropertyWithPropertiesAsFallbackHasKeyInSystemShouldRet
final String result = Configs.getFromSystemPropertyWithPropertiesAsFallback(fallback, "key");
// Then
assertThat(result).isEqualTo("systemValue");
System.clearProperty("key");
}

@Test
Expand Down

0 comments on commit fac6da2

Please sign in to comment.