Skip to content

Commit f056dbc

Browse files
authored
Fix typo in test/spawn.jl (#47049)
Fixes the error introduced by #47015 for windows tests.
1 parent 81c7220 commit f056dbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/spawn.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ function _tryonce_download_from_cache(desired_url::AbstractString)
2626
cache_output_filename = joinpath(mktempdir(), "myfile")
2727
cache_response = Downloads.request(
2828
cache_url;
29-
output = cache_output,
29+
output = cache_output_filename,
3030
throw = false,
3131
timeout = 60,
3232
)

0 commit comments

Comments
 (0)