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());
|
Assertions.assertTrue(suggestions.isEmpty());
|
||||||
final String input2 = "test ";
|
final String input2 = "test ";
|
||||||
final List<String> suggestions2 = manager.suggest(new TestCommandSender(), input2);
|
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
|
@Test
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue