Skip to content

Commit

Permalink
Update src/test/java/com/hivemq/cli/commands/hivemq/datapolicy/DataPo…
Browse files Browse the repository at this point in the history
…licyCreateCommandTest.java

Co-authored-by: Lukas Brand <lukas.brand@hivemq.com>
  • Loading branch information
cosmolev and LukasBrand authored Nov 23, 2023
1 parent f217e86 commit 38b3b12
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 DataPolicyCreateCommandTest {
private final @NotNull HiveMQRestService hiveMQRestService = mock();
private final @NotNull Gson gson = new Gson();
private final @NotNull OutputFormatter outputFormatter = mock();
private final @NotNull DataHubDataPoliciesApi policiesApi = mock(DataHubDataPoliciesApi.class);
private final @NotNull DataHubDataPoliciesApi policiesApi = mock();

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

0 comments on commit 38b3b12

Please sign in to comment.