3
0
Mirror von https://github.com/PaperMC/Velocity.git synchronisiert 2024-09-29 06:30:16 +02:00

Fix alias typo in suggestion merge test

Dieser Commit ist enthalten in:
Hugo Manrique 2021-06-09 19:15:27 +02:00
Ursprung 46b1bee83a
Commit a9d40f3ca3
Es konnte kein GPG-Schlüssel zu dieser Signatur gefunden werden
GPG-Schlüssel-ID: A60730A4A4ACE782

Datei anzeigen

@ -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 {