Skip to content

Commit

Permalink
Update src/test/java/com/hivemq/cli/commands/hivemq/behaviorpolicy/Be…
Browse files Browse the repository at this point in the history
…haviorPolicyCreateCommandTest.java

Co-authored-by: Lukas Brand <lukas.brand@hivemq.com>
  • Loading branch information
cosmolev and LukasBrand authored Nov 23, 2023
1 parent 1078135 commit 880e377
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public class BehaviorPolicyCreateCommandTest {
private final @NotNull HiveMQRestService hiveMQRestService = mock();
private final @NotNull Gson gson = new Gson();
private final @NotNull OutputFormatter outputFormatter = mock();
private final @NotNull DataHubBehaviorPoliciesApi behaviorPoliciesApi = mock(DataHubBehaviorPoliciesApi.class);
private final @NotNull DataHubBehaviorPoliciesApi behaviorPoliciesApi = mock();

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

0 comments on commit 880e377

Please sign in to comment.