Add config for season 2025

This commit is contained in:
2024-07-28 21:10:18 +02:00
parent 163b313649
commit dabedcfbb1
15 changed files with 916 additions and 11 deletions

View File

@@ -6,8 +6,8 @@ public class MatchesListForumUpdaterTest {
@Test
public void updateAllLeaguesTest() {
MatchesListForumUpdater updater = new MatchesListForumUpdater(2022);
// updater.updateAllLeagues(2022);
MatchesListForumUpdater updater = new MatchesListForumUpdater(2025);
updater.updateAllLeagues(2025);
}
@Test