Skip to content

Commit 5a312b8

Browse files
committed
Test method name should start with a lower case letter
1 parent c644cb1 commit 5a312b8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/test/java/org/apache/commons/cli/bug/BugCLI325Test.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Licensed to the Apache Software Foundation (ASF) under one or more
3131
public class BugCLI325Test {
3232

3333
@Test
34-
public void Cli325() throws ParseException {
34+
public void testCli325() throws ParseException {
3535

3636
final Option option = Option.builder("x")
3737
.hasArgs()

0 commit comments

Comments
 (0)