Tests CSV-141 and PR 295

This commit is contained in:
Gary Gregory 2023-01-21 14:37:35 -05:00
parent 1269c133ff
commit ecda2154de
1 changed files with 1 additions and 1 deletions

View File

@ -274,7 +274,7 @@ public class CSVParserTest {
}
@Test
public void testCSV141_CSVFormat_DEFAULT() throws Exception {
public void testCSV141CSVFormat_DEFAULT() throws Exception {
testCSV141Failure(CSVFormat.DEFAULT, 3);
}