Merge pull request #38153 from dreis2211
* gh-38153: Fix typos in method names Closes gh-38153
This commit is contained in:
@@ -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