Add wtl pokal test

This commit is contained in:
2020-10-31 20:34:57 +01:00
parent 3a5df3cae6
commit 53af82a429

View File

@@ -17,4 +17,11 @@ public class TLWTeamsUpdaterTest {
String sql = teamsUpdater.getInsertSQL();
System.out.println(sql);
}
@Test
public void getInsertSQLTest48() throws Exception {
TLWTeamsUpdater teamsUpdater = new TLWTeamsUpdater(2021, 48, "WTL_Pokal.json");
String sql = teamsUpdater.getInsertSQL();
System.out.println(sql);
}
}