Skip to content

Commit 3c7019f

Browse files
committed
The declared exception IOException is not actually thrown by the method testMySqlNullStringDefault() from type CSVPrinterTest.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1743528 13f79535-47bb-0310-9956-ffa450edef68
1 parent b033db6 commit 3c7019f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -668,7 +668,7 @@ public void testMySqlNullOutput() throws IOException {
668668
}
669669

670670
@Test
671-
public void testMySqlNullStringDefault() throws IOException {
671+
public void testMySqlNullStringDefault() {
672672
assertEquals("\\N", CSVFormat.MYSQL.getNullString());
673673
}
674674

0 commit comments

Comments
 (0)