Improve match list in forum to match tlw league config
This commit is contained in:
@@ -16,7 +16,7 @@ public class MatchesListCreatorTest {
|
||||
public void getMatchesTest2743() {
|
||||
MatchesListCreator creator = new MatchesListCreator(2743);
|
||||
String matches = creator.getMatchesBeautiful();
|
||||
// System.out.println(matches);
|
||||
System.out.println(matches);
|
||||
}
|
||||
|
||||
@Test
|
||||
|
||||
@@ -16,6 +16,6 @@ public class MatchesListForumUpdaterTest {
|
||||
@Test
|
||||
public void updateLeagueTest() {
|
||||
MatchesListForumUpdater updater = new MatchesListForumUpdater();
|
||||
// updater.updateLeague(2743);
|
||||
updater.updateLeague(2743);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user