Skip to content

Commit

Permalink
[#1741] fix test name and commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
remkop committed Jul 19, 2022
1 parent 6f855a9 commit 05cd4ff
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
import static org.junit.Assert.*;
import static picocli.CommandLine.ScopeType.INHERIT;

public class Issue1471 {
public class Issue1741 {
public CommandLine getTestCommandLine(ParentTestCommand parentCommand, TestCommand testCommand, CommandLine.IFactory factory) {
CommandLine commandLine = new CommandLine(parentCommand, factory);
commandLine.addSubcommand(testCommand);
Expand Down

0 comments on commit 05cd4ff

Please sign in to comment.