mirror of
https://github.com/apache/commons-csv.git
synced 2025-02-08 02:59:26 +00:00
Normalize test method names
This commit is contained in:
parent
763a338881
commit
72bdd9743d
@ -37,7 +37,7 @@ public class JiraCsv167Test {
|
||||
}
|
||||
|
||||
@Test
|
||||
public void parse() throws IOException {
|
||||
public void testParse() throws IOException {
|
||||
int totcomment = 0;
|
||||
int totrecs = 0;
|
||||
try (final Reader reader = getTestReader(); final BufferedReader br = new BufferedReader(reader)) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user