Skip to content

Commit

Permalink
Tests CSV-141 and PR 295
Browse files Browse the repository at this point in the history
  • Loading branch information
garydgregory committed Jan 21, 2023
1 parent 1269c13 commit ecda215
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/java/org/apache/commons/csv/CSVParserTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ public void testClose() throws Exception {
}

@Test
public void testCSV141_CSVFormat_DEFAULT() throws Exception {
public void testCSV141CSVFormat_DEFAULT() throws Exception {
testCSV141Failure(CSVFormat.DEFAULT, 3);
}

Expand Down

0 comments on commit ecda215

Please sign in to comment.