We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0eeb40 commit 0bdcb00Copy full SHA for 0bdcb00
test/remotefiles.jl
@@ -52,5 +52,5 @@ for (f, sha) in remotefiles
52
# download the file if it is not there or if it has a different checksum
53
currfile = normpath(joinpath(testdatadir, f))
54
url = REPO_URL * f * "?raw=true"
55
- download_verify(url, sha, currfile; force=true)
+ PlatformEngines.download_verify(url, sha, currfile; force=true)
56
end
0 commit comments