Skip to content

Commit 0bdcb00

Browse files
committed
fix downloading test data on julia nightly
for some reason this function is no longer exported from Pkg.PlatformEngines
1 parent a0eeb40 commit 0bdcb00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/remotefiles.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,5 +52,5 @@ for (f, sha) in remotefiles
5252
# download the file if it is not there or if it has a different checksum
5353
currfile = normpath(joinpath(testdatadir, f))
5454
url = REPO_URL * f * "?raw=true"
55-
download_verify(url, sha, currfile; force=true)
55+
PlatformEngines.download_verify(url, sha, currfile; force=true)
5656
end

0 commit comments

Comments
 (0)