Skip to content

Commit c80d142

Browse files
committed
Fixed test file name
1 parent e71f92c commit c80d142

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/test/java/de/ostfale/qk/domain/tourcal/PlannedTournamentsTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ class PlannedTournamentsTest extends BaseParserTest {
1919

2020
private static final String CALTOUR_TEST_FILE_Y25 = "caltour/CalTour_25.csv";
2121
private static final String CALTOUR_TEST_FILE_Y26 = "caltour/CalTour_26.csv";
22-
private static final String CALTOUR_TEST_FILE_EMPTY = "caltour/CalTour_EMPTY.csv";
22+
private static final String CALTOUR_TEST_FILE_EMPTY = "caltour/CalTour_Empty.csv";
2323

2424
private final PlannedTournamentParser plannedTournamentParser = new PlannedTournamentParser();
2525

0 commit comments

Comments
 (0)