Skip to content

Commit

Permalink
Update src/test/java/com/hivemq/cli/commands/hivemq/behaviorstate/Beh…
Browse files Browse the repository at this point in the history
…aviorStateGetCommandTest.java

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

private final @NotNull HiveMQRestService hiveMQRestService = mock();
private final @NotNull OutputFormatter outputFormatter = mock();
private final @NotNull DataHubStateApi stateApi = mock(DataHubStateApi.class);
private final @NotNull DataHubStateApi stateApi = mock();

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

0 comments on commit e670d63

Please sign in to comment.