From dc3f864d348160c1cc36b1b365c2c2bb5b1cd93a Mon Sep 17 00:00:00 2001 From: Sahil Kumar Date: Thu, 16 Sep 2021 15:42:40 +0530 Subject: [PATCH] Update packages/stream_chat/test/src/core/models/attachment_test.dart --- packages/stream_chat/test/src/core/models/attachment_test.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/stream_chat/test/src/core/models/attachment_test.dart b/packages/stream_chat/test/src/core/models/attachment_test.dart index eb6b72a1..4e08f7f2 100644 --- a/packages/stream_chat/test/src/core/models/attachment_test.dart +++ b/packages/stream_chat/test/src/core/models/attachment_test.dart @@ -43,7 +43,7 @@ void main() { ); }); - test('name property and extraData manipulation', () { + test('fileName, mimeType property and extraData manipulation', () { final file = AttachmentFile(size: 3, path: 'myfolder/myfile.txt'); final attachment = Attachment(file: file);