Normalize test method names

This commit is contained in:
Gary Gregory 2023-11-03 09:57:20 -04:00
parent 763a338881
commit 72bdd9743d
1 changed files with 1 additions and 1 deletions

View File

@ -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)) {