Remove actual update

This commit is contained in:
2020-10-31 22:58:48 +01:00
parent d54e8991d7
commit 2f411aae67

View File

@@ -9,6 +9,6 @@ public class MatchesListGistUpdaterTest {
@Test
public void updateAllLeaguesTest() throws UnsupportedEncodingException {
MatchesListGistUpdater updater = new MatchesListGistUpdater("Tippliga.json");
updater.updateAllLeagues();
// updater.updateAllLeagues();
}
}