Disable all calls to API-Football in tests

This commit is contained in:
Julian Arndt
2020-11-09 09:28:00 +01:00
parent 8cfb2a325a
commit 2fcee30597
3 changed files with 5 additions and 5 deletions

View File

@@ -7,8 +7,8 @@ public class TeamIDMatcherTemplateCreatorTest {
@Test
public void getTeamsTemplate() {
TeamIDMatcherTemplateCreator creator = new TeamIDMatcherTemplateCreator(0, 2790);
String template = creator.getTeamsTemplate();
// TeamIDMatcherTemplateCreator creator = new TeamIDMatcherTemplateCreator(0, 2790);
// String template = creator.getTeamsTemplate();
// System.out.println(template);
}
}