Improve Google Calendar Logic
This commit is contained in:
@@ -23,4 +23,10 @@ public class TLWMatchdayUpdaterTest {
|
||||
// System.out.println(sql);
|
||||
// System.out.println(matchdaysUpdater.getBeautifulInfo());
|
||||
}
|
||||
|
||||
@Test
|
||||
public void updateGoogleCalendarTest() {
|
||||
TLWMatchdaysUpdater matchdaysUpdater = new TLWMatchdaysUpdater(2023, 1, "Tippliga");
|
||||
matchdaysUpdater.updateGoogleCalendar();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user