Renames classes to reduce duplicate names.

This will make test failures easier to diagnose.
This commit is contained in:
spencergibb
2020-08-11 14:37:44 -04:00
parent c63f722e13
commit 3794cd2de3
10 changed files with 15 additions and 15 deletions

View File

@@ -34,7 +34,7 @@ import apps.ConfigServer;
@SpringBootTest(properties={ "spring.cloud.config.enabled=true",
"logging.level.org.springframework.retry=TRACE" })
@DirtiesContext
public class StandaloneClientApplicationTests {
public class ConfigClientRetryApplicationTests {
@Autowired
private ConfigServicePropertySourceLocator locator;