Retry with pause for rounds
This commit is contained in:
@@ -17,25 +17,25 @@ public class APIFootballUpdaterTest {
|
||||
}
|
||||
|
||||
@Test
|
||||
public void updateFixturesTest() throws Exception {
|
||||
public void updateFixturesTest() {
|
||||
APIFootballUpdater updater = new APIFootballUpdater();
|
||||
// updater.updateFixtures(1240);
|
||||
}
|
||||
|
||||
@Test
|
||||
public void updateAllFixturesTest() throws Exception {
|
||||
public void updateAllFixturesTest() {
|
||||
APIFootballUpdater updater = new APIFootballUpdater();
|
||||
// updater.updateAllFixtures();
|
||||
}
|
||||
|
||||
@Test
|
||||
public void updateRoundsTest() throws Exception {
|
||||
public void updateRoundsTest() {
|
||||
APIFootballUpdater updater = new APIFootballUpdater();
|
||||
// updater.updateRounds(2777);
|
||||
}
|
||||
|
||||
@Test
|
||||
public void updateAllRoundsTest() throws Exception {
|
||||
public void updateAllRoundsTest() {
|
||||
APIFootballUpdater updater = new APIFootballUpdater();
|
||||
// updater.updateAllRounds();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user