Fix typos in test code

See gh-22218
This commit is contained in:
XenoAmess
2020-07-03 23:04:49 +08:00
committed by Andy Wilkinson
parent 2a9193f6d9
commit 66dc24062f
3 changed files with 4 additions and 4 deletions

View File

@@ -43,8 +43,8 @@ import static org.assertj.core.api.Assertions.assertThat;
*/
@SpringBootTest
@ActiveProfiles({ "test1", "test2" })
@ContextConfiguration(loader = SpringBootTestWithActiveProfilesAndSytemEnvironmentPropertyTests.Loader.class)
public class SpringBootTestWithActiveProfilesAndSytemEnvironmentPropertyTests {
@ContextConfiguration(loader = SpringBootTestWithActiveProfilesAndSystemEnvironmentPropertyTests.Loader.class)
public class SpringBootTestWithActiveProfilesAndSystemEnvironmentPropertyTests {
@Autowired
private Environment environment;