Finish gist

This commit is contained in:
2020-10-17 01:20:51 +02:00
parent e4186457e2
commit cb01b7bcb7
51 changed files with 155 additions and 132281 deletions
@@ -16,5 +16,13 @@ public class APIFootballUpdaterTest {
public void updateAllFixturesTest() throws IOException {
APIFootballUpdater updater = new APIFootballUpdater(2021);
updater.updateAllFixtures("Tippliga.json");
updater.updateAllFixtures("WTL_Pokal.json");
}
@Test
public void updateAllRoundsTest() throws IOException {
APIFootballUpdater updater = new APIFootballUpdater(2021);
updater.updateAllRounds("Tippliga.json");
updater.updateAllRounds("WTL_Pokal.json");
}
}