Add Test for updating single rounds
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user