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);