Skip to content

Commit

Permalink
feedback: type
Browse files Browse the repository at this point in the history
  • Loading branch information
ndelanou committed Mar 21, 2024
1 parent f42431e commit 28646be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/src/emojis/emoji_parser_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ void main() {
});

test(
'fromShortcodes() returns this raw shortcode when the shortcode does not exist and no replacement method is provider',
'fromShortcodes() returns this raw shortcode when the shortcode does not exist and no replacement method is provided',
() {
const text = ':man: :this-shortcode-does-not-exist: :woman:';
final value = EmojiParser(text).fromShortcodes();
Expand Down

0 comments on commit 28646be

Please sign in to comment.