Disable all calls to API-Football in tests
This commit is contained in:
@@ -7,18 +7,18 @@ public class APIFootballUpdaterTest {
|
||||
@Test
|
||||
public void updateFixturesTest() {
|
||||
APIFootballUpdater updater = new APIFootballUpdater();
|
||||
updater.updateFixtures(1240);
|
||||
// updater.updateFixtures(1240);
|
||||
}
|
||||
|
||||
@Test
|
||||
public void updateAllFixturesTest() {
|
||||
APIFootballUpdater updater = new APIFootballUpdater();
|
||||
updater.updateAllFixtures();
|
||||
// updater.updateAllFixtures();
|
||||
}
|
||||
|
||||
@Test
|
||||
public void updateAllRoundsTest() {
|
||||
APIFootballUpdater updater = new APIFootballUpdater();
|
||||
updater.updateAllRounds();
|
||||
// updater.updateAllRounds();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user