Skip to content

Commit ecda215

Browse files
committed
Tests CSV-141 and PR 295
1 parent 1269c13 commit ecda215

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/org/apache/commons/csv/CSVParserTest.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ public void testClose() throws Exception {
274274
}
275275

276276
@Test
277-
public void testCSV141_CSVFormat_DEFAULT() throws Exception {
277+
public void testCSV141CSVFormat_DEFAULT() throws Exception {
278278
testCSV141Failure(CSVFormat.DEFAULT, 3);
279279
}
280280

0 commit comments

Comments
 (0)