Skip to content

Commit

Permalink
mvn fmt:format
Browse files Browse the repository at this point in the history
  • Loading branch information
tatu-at-datastax committed Jul 8, 2024
1 parent e50947d commit 284c6a8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@
import java.util.concurrent.atomic.AtomicInteger;
import java.util.function.Supplier;
import java.util.stream.Stream;
import org.apache.commons.lang3.RandomStringUtils;
import org.junit.jupiter.api.Test;

@QuarkusTest
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,7 @@ public void metrics() throws Exception {
CountDocumentsCommand countCommand =
objectMapper.readValue(json, CountDocumentsCommand.class);
CommandContext<CollectionSchemaObject> commandContext =
new CommandContext<>(
CollectionSchemaObject.MISSING,
null,
"testCommand",
null);
new CommandContext<>(CollectionSchemaObject.MISSING, null, "testCommand", null);

CommandResult commandResult = new CommandResult(Collections.emptyList());
Mockito.when(
Expand Down

0 comments on commit 284c6a8

Please sign in to comment.