Skip to content

Commit a6eb9ab

Browse files
committed
...
1 parent ae49636 commit a6eb9ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

csv/src/test/java/com/fasterxml/jackson/dataformat/csv/deser/SkipEmptyLines191Test.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,8 @@ public void testEmptyLines174() throws Exception
7171
final String doc = sw.toString();
7272

7373
ObjectReader objectReader = MAPPER
74-
.enable(CsvParser.Feature.SKIP_EMPTY_LINES)
7574
.readerFor(Row174.class)
75+
.with(CsvParser.Feature.SKIP_EMPTY_LINES)
7676
.with(MAPPER.schemaFor(Row174.class));
7777

7878
MappingIterator<Row174> iterator = objectReader.readValues(doc);

0 commit comments

Comments
 (0)