From 7738e778fae66d975970ec97969ed910cf038e4d Mon Sep 17 00:00:00 2001 From: Sam Brannen Date: Fri, 30 Aug 2019 14:40:59 +0200 Subject: [PATCH] Polishing --- ...opertyOverridesPropertiesFileTestPropertySourceTests.java} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename spring-test/src/test/java/org/springframework/test/context/env/{ApplicationPropertyOverridePropertiesFileTestPropertySourceTests.java => ApplicationPropertyOverridesPropertiesFileTestPropertySourceTests.java} (96%) diff --git a/spring-test/src/test/java/org/springframework/test/context/env/ApplicationPropertyOverridePropertiesFileTestPropertySourceTests.java b/spring-test/src/test/java/org/springframework/test/context/env/ApplicationPropertyOverridesPropertiesFileTestPropertySourceTests.java similarity index 96% rename from spring-test/src/test/java/org/springframework/test/context/env/ApplicationPropertyOverridePropertiesFileTestPropertySourceTests.java rename to spring-test/src/test/java/org/springframework/test/context/env/ApplicationPropertyOverridesPropertiesFileTestPropertySourceTests.java index 4ab9c372f2..1e10832fae 100644 --- a/spring-test/src/test/java/org/springframework/test/context/env/ApplicationPropertyOverridePropertiesFileTestPropertySourceTests.java +++ b/spring-test/src/test/java/org/springframework/test/context/env/ApplicationPropertyOverridesPropertiesFileTestPropertySourceTests.java @@ -31,7 +31,7 @@ import static org.assertj.core.api.Assertions.assertThat; /** * Integration tests for {@link TestPropertySource @TestPropertySource} - * support with an explicitly named properties file that overrides a + * support with an explicitly named properties file that overrides an * application-level property configured via * {@link PropertySource @PropertySource} on an * {@link Configuration @Configuration} class. @@ -42,7 +42,7 @@ import static org.assertj.core.api.Assertions.assertThat; @ExtendWith(SpringExtension.class) @ContextConfiguration @TestPropertySource("ApplicationPropertyOverridePropertiesFileTestPropertySourceTests.properties") -class ApplicationPropertyOverridePropertiesFileTestPropertySourceTests { +class ApplicationPropertyOverridesPropertiesFileTestPropertySourceTests { @Autowired protected Environment env;