Finish gist
This commit is contained in:
@@ -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");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user