diff --git a/src/test/java/org/apache/commons/csv/CSVLexerTest.java b/src/test/java/org/apache/commons/csv/CSVLexerTest.java index 3f884401..aee596d4 100644 --- a/src/test/java/org/apache/commons/csv/CSVLexerTest.java +++ b/src/test/java/org/apache/commons/csv/CSVLexerTest.java @@ -57,7 +57,6 @@ public class CSVLexerTest { return new CSVLexer(format, new ExtendedBufferedReader(new StringReader(input))); } - // Single line (without comment) @Test public void testIgnoreSurroundingSpacesAreDeleted() throws IOException { final String code = "noSpaces, leadingSpaces,trailingSpaces , surroundingSpaces , ,,";