Add check for wrong endpoint for APIFootball
This commit is contained in:
@@ -5,19 +5,19 @@ import org.junit.Test;
|
||||
public class APIFootballUpdaterTest {
|
||||
|
||||
@Test
|
||||
public void updateFixturesTest() {
|
||||
public void updateFixturesTest() throws Exception {
|
||||
APIFootballUpdater updater = new APIFootballUpdater();
|
||||
// updater.updateFixtures(1240);
|
||||
updater.updateFixtures(1240);
|
||||
}
|
||||
|
||||
@Test
|
||||
public void updateAllFixturesTest() {
|
||||
public void updateAllFixturesTest() throws Exception {
|
||||
APIFootballUpdater updater = new APIFootballUpdater();
|
||||
// updater.updateAllFixtures();
|
||||
}
|
||||
|
||||
@Test
|
||||
public void updateAllRoundsTest() {
|
||||
public void updateAllRoundsTest() throws Exception {
|
||||
APIFootballUpdater updater = new APIFootballUpdater();
|
||||
// updater.updateAllRounds();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user