Skip to content

Commit

Permalink
added tests
Browse files Browse the repository at this point in the history
  • Loading branch information
deven98 committed Oct 1, 2024
1 parent 1c3fd39 commit abf8850
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ void main() {
);
expect(localizations.threadReplyLabel, isNotNull);
expect(localizations.onlyVisibleToYouText, isNotNull);
expect(localizations.editedMessageLabel, isNotNull);
expect(localizations.threadReplyCountText(3), isNotNull);
expect(
localizations.attachmentsUploadProgressText(remaining: 3, total: 10),
Expand Down

0 comments on commit abf8850

Please sign in to comment.