Skip to content

Commit

Permalink
Merge branch 'empty-classloader'
Browse files Browse the repository at this point in the history
  • Loading branch information
norbertpotocki committed May 7, 2016
2 parents aa70d07 + 2935111 commit aa17971
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -66,7 +66,7 @@ public void getConfigurationShouldDisallowLeadingSlashInClasspathLocation() thro
Environment environment = new ImmutableEnvironment("/otherApplicationConfigs");

expectedException.expect(MissingEnvironmentException.class);
assertThat(source.getConfiguration(environment)).containsOnly(MapEntry.entry("some.setting", "otherAppSetting"));
source.getConfiguration(environment);
}

@Test
Expand Down

0 comments on commit aa17971

Please sign in to comment.