Renames classes to reduce duplicate names.
This will make test failures easier to diagnose.
This commit is contained in:
@@ -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;
|
||||
Reference in New Issue
Block a user