Skip to content

Commit

Permalink
Fix typo in test/spawn.jl (#47049)
Browse files Browse the repository at this point in the history
Fixes the error introduced by #47015 for windows tests.
  • Loading branch information
staticfloat committed Oct 4, 2022
1 parent 81c7220 commit f056dbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/spawn.jl
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ function _tryonce_download_from_cache(desired_url::AbstractString)
cache_output_filename = joinpath(mktempdir(), "myfile")
cache_response = Downloads.request(
cache_url;
output = cache_output,
output = cache_output_filename,
throw = false,
timeout = 60,
)
Expand Down

0 comments on commit f056dbc

Please sign in to comment.