Add support for API Football config without result and placeholder as fallback
This commit is contained in:
@@ -21,4 +21,13 @@ public class TLWMatchesUpdaterFootballTest {
|
||||
System.out.println(sql);
|
||||
System.out.println(updater.getBeautifulInfo());
|
||||
}
|
||||
|
||||
@Test
|
||||
public void getUpdateSqlTest48() {
|
||||
TLWMatchesUpdaterFootball updater = new TLWMatchesUpdaterFootball(2021, 48, "WTL_Pokal.json");
|
||||
String sql = updater.getUpdateSQL();
|
||||
|
||||
System.out.println(sql);
|
||||
System.out.println(updater.getBeautifulInfo());
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user