Clean up exception.

This commit is contained in:
Gary Gregory 2021-07-03 16:38:57 -04:00
parent bc5698b95d
commit 858031d1a3
1 changed files with 1 additions and 1 deletions

View File

@ -1198,7 +1198,7 @@ public class CSVFormatTest {
}
@Test
public void testFormatToString() throws IOException {
public void testFormatToString() {
final CSVFormat format = CSVFormat.RFC4180.withEscape('?').withDelimiter(',')
.withQuoteMode(QuoteMode.MINIMAL).withRecordSeparator(CRLF).withQuote('"')
.withNullString("").withIgnoreHeaderCase(true)