This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-csv.git


The following commit(s) were added to refs/heads/master by this push:
     new ecda2154 Tests CSV-141 and PR 295
ecda2154 is described below

commit ecda2154de5964786cd6f01ba6b72e3dcb1ef1c9
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Sat Jan 21 14:37:35 2023 -0500

    Tests CSV-141 and PR 295
---
 src/test/java/org/apache/commons/csv/CSVParserTest.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/test/java/org/apache/commons/csv/CSVParserTest.java 
b/src/test/java/org/apache/commons/csv/CSVParserTest.java
index 851a45d9..8c49bbf9 100644
--- a/src/test/java/org/apache/commons/csv/CSVParserTest.java
+++ b/src/test/java/org/apache/commons/csv/CSVParserTest.java
@@ -274,7 +274,7 @@ public class CSVParserTest {
     }
 
     @Test
-    public void testCSV141_CSVFormat_DEFAULT() throws Exception {
+    public void testCSV141CSVFormat_DEFAULT() throws Exception {
         testCSV141Failure(CSVFormat.DEFAULT, 3);
     }
 

Reply via email to