Mirror von
https://github.com/PaperMC/Velocity.git
synchronisiert 2024-11-17 05:20:14 +01:00
Fix alias typo in suggestion merge test
Dieser Commit ist enthalten in:
Ursprung
3d535fb9ba
Commit
79824c0a86
@ -119,9 +119,8 @@ public class SuggestionsProviderTests extends CommandTestSuite {
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
// TODO Fix merging
|
assertSuggestions("foo ", "bar", "baz", "qux");
|
||||||
assertSuggestions("hello ", "bar", "baz", "qux");
|
assertSuggestions("foo bar", "baz", "qux");
|
||||||
assertSuggestions("hello bar", "baz", "qux");
|
|
||||||
}
|
}
|
||||||
|
|
||||||
static final class NoSuggestionsCommand implements RawCommand {
|
static final class NoSuggestionsCommand implements RawCommand {
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren