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 55a5b37 commit b74284c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
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 b74284c

Please sign in to comment.