Skip to content

Commit

Permalink
improve browser test
Browse files Browse the repository at this point in the history
  • Loading branch information
microchipgnu committed Dec 20, 2022
1 parent b6c5cb0 commit 17a823a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/storage/src/uploads.browser.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ describe('upload tests in browser', () => {
json: () => Promise.resolve({
id: '123',
block: 'abc',
name: 'test.txt',
mimeType: 'text/plain',
name: 'empty.bin',
mimeType: 'application/octet-stream',
}),
} as Response);

Expand Down

0 comments on commit 17a823a

Please sign in to comment.