Disable RelegationUpdater
This commit is contained in:
@@ -9,9 +9,10 @@ public class TLWMatchesUpdaterFootballTest {
|
||||
public void getUpdateSqlTest1() {
|
||||
TLWMatchesUpdaterFootball updater = new TLWMatchesUpdaterFootball(season, 1, "Tippliga");
|
||||
String sql = updater.getUpdateSQL();
|
||||
String beatifulInfo = updater.getBeautifulInfo();
|
||||
|
||||
System.out.println(sql);
|
||||
// System.out.println(updater.getBeautifulInfo());
|
||||
// System.out.println(beatifulInfo);
|
||||
}
|
||||
|
||||
@Test
|
||||
|
||||
Reference in New Issue
Block a user