Add wtl pokal test

This commit is contained in:
2020-10-31 20:34:57 +01:00
parent 9026d1c37a
commit 06500dc5c1
@@ -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);
}
}