Disable all calls to API-Football in tests
This commit is contained in:
@@ -7,18 +7,18 @@ public class APIFootballUpdaterTest {
|
|||||||
@Test
|
@Test
|
||||||
public void updateFixturesTest() {
|
public void updateFixturesTest() {
|
||||||
APIFootballUpdater updater = new APIFootballUpdater();
|
APIFootballUpdater updater = new APIFootballUpdater();
|
||||||
updater.updateFixtures(1240);
|
// updater.updateFixtures(1240);
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
public void updateAllFixturesTest() {
|
public void updateAllFixturesTest() {
|
||||||
APIFootballUpdater updater = new APIFootballUpdater();
|
APIFootballUpdater updater = new APIFootballUpdater();
|
||||||
updater.updateAllFixtures();
|
// updater.updateAllFixtures();
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
public void updateAllRoundsTest() {
|
public void updateAllRoundsTest() {
|
||||||
APIFootballUpdater updater = new APIFootballUpdater();
|
APIFootballUpdater updater = new APIFootballUpdater();
|
||||||
updater.updateAllRounds();
|
// updater.updateAllRounds();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -7,8 +7,8 @@ public class TeamIDMatcherTemplateCreatorTest {
|
|||||||
|
|
||||||
@Test
|
@Test
|
||||||
public void getTeamsTemplate() {
|
public void getTeamsTemplate() {
|
||||||
TeamIDMatcherTemplateCreator creator = new TeamIDMatcherTemplateCreator(0, 2790);
|
// TeamIDMatcherTemplateCreator creator = new TeamIDMatcherTemplateCreator(0, 2790);
|
||||||
String template = creator.getTeamsTemplate();
|
// String template = creator.getTeamsTemplate();
|
||||||
// System.out.println(template);
|
// System.out.println(template);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Binary file not shown.
Reference in New Issue
Block a user