Update packages/stream_chat/test/src/core/models/attachment_test.dart

This commit is contained in:
Sahil Kumar
2021-09-16 15:42:40 +05:30
committed by GitHub
parent e7f531c857
commit dc3f864d34
@@ -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);