Merge remote-tracking branch 'origin/master'

This commit is contained in:
2020-11-09 20:39:05 +01:00
3 changed files with 5 additions and 5 deletions

View File

@@ -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();
}
}

View File

@@ -7,8 +7,8 @@ public class TeamIDMatcherTemplateCreatorTest {
@Test
public void getTeamsTemplate() {
TeamIDMatcherTemplateCreator creator = new TeamIDMatcherTemplateCreator(0, 2790);
String template = creator.getTeamsTemplate();
// TeamIDMatcherTemplateCreator creator = new TeamIDMatcherTemplateCreator(0, 2790);
// String template = creator.getTeamsTemplate();
// System.out.println(template);
}
}

Binary file not shown.