Skip to content

Commit

Permalink
Update src/test/java/com/hivemq/cli/commands/hivemq/script/ScriptDele…
Browse files Browse the repository at this point in the history
…teCommandTest.java

Co-authored-by: Lukas Brand <lukas.brand@hivemq.com>
  • Loading branch information
cosmolev and LukasBrand authored Nov 23, 2023
1 parent 880e377 commit f217e86
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public class ScriptDeleteCommandTest {

private final @NotNull HiveMQRestService hiveMQRestService = mock();
private final @NotNull OutputFormatter outputFormatter = mock();
private final @NotNull DataHubScriptsApi scriptsApi = mock(DataHubScriptsApi.class);
private final @NotNull DataHubScriptsApi scriptsApi = mock();

private final @NotNull CommandLine commandLine =
new CommandLine(new ScriptDeleteCommand(hiveMQRestService, outputFormatter));
Expand Down

0 comments on commit f217e86

Please sign in to comment.