Skip to content

Commit

Permalink
Fix typo in class name
Browse files Browse the repository at this point in the history
Signed-off-by: Laurent Garnier <lg.hc@free.fr>
  • Loading branch information
lolodomo committed Oct 19, 2024
1 parent b507711 commit e9dd8e5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
@NonNullByDefault
@ExtendWith(MockitoExtension.class)
@MockitoSettings(strictness = Strictness.LENIENT)
public class ActionInputHelplerTest {
public class ActionInputHelperTest {
private static final String PARAM_NAME = "Param";
private static final String PARAM_LABEL = "Label Parameter";
private static final String PARAM_DESCRIPTION = "Description parameter";
Expand Down

0 comments on commit e9dd8e5

Please sign in to comment.