Fix alias typo in suggestion merge test

This commit is contained in:
Hugo Manrique
2021-06-09 19:15:27 +02:00
committed by Andrew Steinborn
parent 3d535fb9ba
commit 79824c0a86

View File

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