Skip to content

Commit 92a3b7f

Browse files
committed
autocomplete test [nfc]: Use MarkedTextParse as the return type of parseMarkedText
This was first added in 53d4af0, but then seems to be accidently removed in 046ceab.
1 parent 3061353 commit 92a3b7f

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
@@ -30,7 +30,7 @@ typedef MarkedTextParse = ({int? expectedSyntaxStart, TextEditingValue value});
3030
final zulipLocalizations = GlobalLocalizations.zulipLocalizations;
3131

3232
void main() {
33-
({int? expectedSyntaxStart, TextEditingValue value}) parseMarkedText(String markedText) {
33+
MarkedTextParse parseMarkedText(String markedText) {
3434
final TextSelection selection;
3535
int? expectedSyntaxStart;
3636
final textBuffer = StringBuffer();

0 commit comments

Comments
 (0)