reverted the file name

This commit is contained in:
amit.pandey
2020-04-12 01:05:59 +05:30
parent a3873689aa
commit 741f47c229

View File

@@ -12,7 +12,7 @@ import java.sql.SQLException;
@RunWith(SpringJUnit4ClassRunner.class)
@ContextConfiguration(classes = AppConfig.class, loader = AnnotationConfigContextLoader.class)
public class SpringRetryTest {
public class SpringRetryIntegrationTest {
@Autowired
private MyService myService;