Add error handling for minute limit

This commit is contained in:
2021-01-06 10:12:47 +01:00
parent 10e6348dcf
commit 341f914b35
2 changed files with 12 additions and 7 deletions

View File

@@ -7,7 +7,7 @@ public class APIFootballUpdaterTest {
@Test
public void updateFixturesTest() throws Exception {
APIFootballUpdater updater = new APIFootballUpdater();
updater.updateFixtures(1240);
// updater.updateFixtures(1240);
}
@Test