test: fix tests

Signed-off-by: xsahil03x <[email protected]>
This commit is contained in:
Sahil Kumar
2021-07-19 17:42:36 +05:30
committed by xsahil03x
parent 297092802d
commit 5f7b3ffae8
8 changed files with 8 additions and 9 deletions
@@ -142,7 +142,7 @@ class AttachmentActionsModal extends StatelessWidget {
if (StreamChat.of(context).user?.id == message.user?.id)
_buildButton(
context,
context.translations.deleteLabel,
context.translations.deleteLabel.capitalize(),
StreamSvgIcon.delete(
size: 24,
color: theme.colorTheme.accentError,