Fix dumb test breakage
This commit is contained in:
parent
95f903bb1f
commit
b80e33503f
1 changed files with 1 additions and 1 deletions
|
|
@ -72,7 +72,7 @@ public class CommandSuggestionsTest {
|
|||
Assertions.assertTrue(suggestions.isEmpty());
|
||||
final String input2 = "test ";
|
||||
final List<String> suggestions2 = manager.suggest(new TestCommandSender(), input2);
|
||||
Assertions.assertEquals(Arrays.asList("comb", "one", "two", "var"), suggestions2);
|
||||
Assertions.assertEquals(Arrays.asList("alt", "comb", "one", "two", "var"), suggestions2);
|
||||
}
|
||||
|
||||
@Test
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue