Add Test for updating single rounds
This commit is contained in:
@@ -16,6 +16,12 @@ public class APIFootballUpdaterTest {
|
|||||||
// updater.updateAllFixtures();
|
// updater.updateAllFixtures();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Test
|
||||||
|
public void updateRoundsTest() throws Exception {
|
||||||
|
APIFootballUpdater updater = new APIFootballUpdater();
|
||||||
|
// updater.updateRounds(2777);
|
||||||
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
public void updateAllRoundsTest() throws Exception {
|
public void updateAllRoundsTest() throws Exception {
|
||||||
APIFootballUpdater updater = new APIFootballUpdater();
|
APIFootballUpdater updater = new APIFootballUpdater();
|
||||||
|
|||||||
Reference in New Issue
Block a user