Skip to content

Commit

Permalink
Fixing compilation error
Browse files Browse the repository at this point in the history
  • Loading branch information
barancev committed Aug 11, 2018
1 parent cd61ee9 commit 6c6625d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ public void shouldReturnEmptyIfConfigValueIsMissing() {
public void shouldReadSystemProperties() {
Config config = new CompoundConfig(
new MapConfig(ImmutableMap.of()),
new ConcatenatingConfig(System.getProperties()));
new ConcatenatingConfig("", ',', System.getProperties()));

assertEquals(System.getProperty("user.home"), config.get("user", "home").get());
}
}
}

0 comments on commit 6c6625d

Please sign in to comment.