Add auto update of results
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
package de.jeyp91.tippliga;
|
||||
|
||||
import org.junit.Test;
|
||||
|
||||
public class TLWMatchesResultsUpdaterTest {
|
||||
|
||||
@Test
|
||||
public void updateResultsTest1() {
|
||||
TLWMatchesResultsUpdater updater = new TLWMatchesResultsUpdater(2023, 2, "Tippliga");
|
||||
System.out.println(updater.getBeautifulInfo());
|
||||
return;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user