Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
cometkim committed Nov 11, 2022
1 parent 5e529c3 commit 80485bc
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -365,7 +365,7 @@ describe(`fetch-remote-file`, () => {
it(`downloads and create a jpg file for file with non-ascii filename`, async () => {
const filePath = await fetchRemoteFile({
url: `http://external.com/dog.jpg`,
name: `${encodeURIComponent(`개`)}.jpg`,
name: `${encodeURIComponent(`개`)}`,
cache,
})

Expand Down

0 comments on commit 80485bc

Please sign in to comment.