Fix typos in method names
See gh-38153
This commit is contained in:
committed by
Andy Wilkinson
parent
020c2b364e
commit
990afd844f
@@ -220,7 +220,7 @@ class ConfigDataEnvironmentPostProcessorIntegrationTests {
|
||||
}
|
||||
|
||||
@Test
|
||||
void runWhenHasActiveProfilesFromMultipleAdditionaLocationsWithOneSwitchedOffLoadsExpectedProperties() {
|
||||
void runWhenHasActiveProfilesFromMultipleAdditionalLocationsWithOneSwitchedOffLoadsExpectedProperties() {
|
||||
ConfigurableApplicationContext context = this.application.run(
|
||||
"--spring.config.additional-location=classpath:enabletwoprofiles.properties,classpath:enableprofile.properties");
|
||||
ConfigurableEnvironment environment = context.getEnvironment();
|
||||
@@ -230,7 +230,7 @@ class ConfigDataEnvironmentPostProcessorIntegrationTests {
|
||||
}
|
||||
|
||||
@Test
|
||||
void runWhenHaslocalFileLoadsWithLocalFileTakingPrecedenceOverClasspath() throws Exception {
|
||||
void runWhenHasLocalFileLoadsWithLocalFileTakingPrecedenceOverClasspath() throws Exception {
|
||||
File localFile = new File(new File("."), "application.properties");
|
||||
assertThat(localFile.exists()).isFalse();
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user