mirror of
https://github.com/PaperMC/Velocity.git
synced 2026-02-17 14:37:43 +01:00
Fix alias typo in suggestion merge test
This commit is contained in:
committed by
Andrew Steinborn
parent
3d535fb9ba
commit
79824c0a86
@@ -119,9 +119,8 @@ public class SuggestionsProviderTests extends CommandTestSuite {
|
||||
}
|
||||
});
|
||||
|
||||
// TODO Fix merging
|
||||
assertSuggestions("hello ", "bar", "baz", "qux");
|
||||
assertSuggestions("hello bar", "baz", "qux");
|
||||
assertSuggestions("foo ", "bar", "baz", "qux");
|
||||
assertSuggestions("foo bar", "baz", "qux");
|
||||
}
|
||||
|
||||
static final class NoSuggestionsCommand implements RawCommand {
|
||||
|
||||
Reference in New Issue
Block a user