diff --git a/cloud-core/src/test/java/cloud/commandframework/CommandSuggestionsTest.java b/cloud-core/src/test/java/cloud/commandframework/CommandSuggestionsTest.java index ce679e11..c1627fd1 100644 --- a/cloud-core/src/test/java/cloud/commandframework/CommandSuggestionsTest.java +++ b/cloud-core/src/test/java/cloud/commandframework/CommandSuggestionsTest.java @@ -519,7 +519,7 @@ public class CommandSuggestionsTest { manager.command( manager.commandBuilder("command") .argument( - StringArgument.newBuilder("string") + StringArgument.builder("string") .greedy() .withSuggestionsProvider((context, input) -> Collections.singletonList("hello world")) .build())