From 29a0464653561d0cb2a9a344b49b3c50fad5723f Mon Sep 17 00:00:00 2001 From: Gary Gregory Date: Tue, 24 Mar 2020 21:05:07 -0400 Subject: [PATCH] Fix CSVFileParserTest.java to allow for a null return value from record.getComment() #62. --- src/changes/changes.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 083e0161..b8b9ce0c 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -47,6 +47,7 @@ Make the method CSVRecord#putIn(Map) public. Improve CSVFormat test coverage #63. Update org.junit.jupiter:junit-jupiter from 5.6.0 to 5.6.1. + Fix CSVFileParserTest.java to allow for a null return value from record.getComment() #62.