Polishing

This commit is contained in:
Sam Brannen 2019-08-30 14:40:59 +02:00
parent 67d48ed821
commit 7738e778fa
1 changed files with 2 additions and 2 deletions

View File

@ -31,7 +31,7 @@ import static org.assertj.core.api.Assertions.assertThat;
/** /**
* Integration tests for {@link TestPropertySource @TestPropertySource} * 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 * application-level property configured via
* {@link PropertySource @PropertySource} on an * {@link PropertySource @PropertySource} on an
* {@link Configuration @Configuration} class. * {@link Configuration @Configuration} class.
@ -42,7 +42,7 @@ import static org.assertj.core.api.Assertions.assertThat;
@ExtendWith(SpringExtension.class) @ExtendWith(SpringExtension.class)
@ContextConfiguration @ContextConfiguration
@TestPropertySource("ApplicationPropertyOverridePropertiesFileTestPropertySourceTests.properties") @TestPropertySource("ApplicationPropertyOverridePropertiesFileTestPropertySourceTests.properties")
class ApplicationPropertyOverridePropertiesFileTestPropertySourceTests { class ApplicationPropertyOverridesPropertiesFileTestPropertySourceTests {
@Autowired @Autowired
protected Environment env; protected Environment env;