Skip to content

Commit 14b7fdf

Browse files
chrisbobbegnprice
authored andcommitted
autocomplete test [nfc]: Fix name for group that's not just about users
This group also checks that wildcard results come before user results.
1 parent d589a01 commit 14b7fdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/model/autocomplete_test.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -403,7 +403,7 @@ void main() {
403403
..not((results) => results.contains(11000));
404404
});
405405

406-
group('MentionAutocompleteView sorting users results', () {
406+
group('MentionAutocompleteView sorting results', () {
407407
late PerAccountStore store;
408408

409409
Future<void> prepare({

0 commit comments

Comments
 (0)