Add Test for updating single rounds

This commit is contained in:
2021-01-06 10:22:31 +01:00
parent 341f914b35
commit 780bcf0c98

View File

@@ -16,6 +16,12 @@ public class APIFootballUpdaterTest {
// updater.updateAllFixtures();
}
@Test
public void updateRoundsTest() throws Exception {
APIFootballUpdater updater = new APIFootballUpdater();
// updater.updateRounds(2777);
}
@Test
public void updateAllRoundsTest() throws Exception {
APIFootballUpdater updater = new APIFootballUpdater();