Skip to content

Commit 1aa83db

Browse files
committed
fix: tests
1 parent 7080102 commit 1aa83db

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

package/expo-package/src/optionalDependencies/getPhotos.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ export const getPhotos = MediaLibrary
6464
name: asset.filename,
6565
size: 0,
6666
thumb_url: asset.mediaType === 'photo' ? undefined : asset.uri,
67-
type: undefined,
67+
type: mimeType,
6868
uri: localUri || asset.uri,
6969
width: asset.width,
7070
};

package/src/contexts/messageInputContext/__tests__/filePickers.test.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,6 @@ describe("MessageInputContext's pickFile", () => {
122122
});
123123
},
124124
);
125-
126125
});
127126

128127
describe("MessageInputContext's pickAndUploadImageFromNativePicker", () => {

0 commit comments

Comments
 (0)