Skip to content

Commit

Permalink
fix: tests
Browse files Browse the repository at this point in the history
  • Loading branch information
izatop committed Feb 28, 2024
1 parent 21c277c commit e767c93
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/web/test/src/__snapshots__/Main.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ exports[`Response Download (auto) 1`] = `
"code": 200,
"cookies": [],
"headers": {
"content-disposition": "attachment; filename=download.txt",
"content-disposition": "attachment; filename="download.txt"",
"content-length": "14",
"content-type": "text/plain",
},
Expand All @@ -18,7 +18,7 @@ exports[`Response Download 1`] = `
"code": 200,
"cookies": [],
"headers": {
"content-disposition": "attachment; filename=download.txt",
"content-disposition": "attachment; filename="download.txt"",
"content-length": "14",
"content-type": "text/plain",
},
Expand Down

0 comments on commit e767c93

Please sign in to comment.