Remove actual update

This commit is contained in:
2020-10-31 22:58:48 +01:00
parent dae85edde2
commit 6d8ced5103
@@ -9,6 +9,6 @@ public class MatchesListGistUpdaterTest {
@Test
public void updateAllLeaguesTest() throws UnsupportedEncodingException {
MatchesListGistUpdater updater = new MatchesListGistUpdater("Tippliga.json");
updater.updateAllLeagues();
// updater.updateAllLeagues();
}
}