Remove extra blank lines

This commit is contained in:
Gary Gregory 2023-11-26 13:53:28 -05:00
parent 0a0532c8cb
commit f706da9c9c
2 changed files with 0 additions and 2 deletions

View File

@ -293,7 +293,6 @@ public class CSVParserTest {
testCSV141Failure(CSVFormat.ORACLE, 2);
}
@Test
public void testCSV141CSVFormat_POSTGRESQL_CSV() throws Exception {
testCSV141Failure(CSVFormat.POSTGRESQL_CSV, 3);

View File

@ -1644,7 +1644,6 @@ public class CSVPrinterTest {
doRandom(CSVFormat.POSTGRESQL_TEXT, ITERATIONS_FOR_RANDOM_TEST);
}
@Test
public void testRandomRfc4180() throws Exception {
doRandom(CSVFormat.RFC4180, ITERATIONS_FOR_RANDOM_TEST);