Improve match list creator
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
package de.jeyp91.gists;
|
||||
|
||||
import org.junit.Test;
|
||||
|
||||
import java.io.UnsupportedEncodingException;
|
||||
|
||||
public class MatchesListGistUpdaterTest {
|
||||
|
||||
@Test
|
||||
public void updateAllLeaguesTest() throws UnsupportedEncodingException {
|
||||
MatchesListGistUpdater updater = new MatchesListGistUpdater("Tippliga.json");
|
||||
updater.updateAllLeagues();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user