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 539921a commit 9275049Copy full SHA for 9275049
test/data.jl
@@ -41,12 +41,12 @@ end
41
end
42
43
if VERSION > v"1.3.0"
44
- using Pkg.Artifacts
+ using Pkg
45
@testset "artifacts" begin
46
- dir = first(Artifacts.artifacts_dirs())
+ dir = first(Pkg.Artifacts.artifacts_dirs())
47
toml = joinpath(dir, "OpenMLArtifacts.toml")
48
- hash = artifact_hash("61", toml)
49
- @test artifact_exists(hash)
+ hash = Pkg.Artifacts.artifact_hash("61", toml)
+ @test Pkg.Artifacts.artifact_exists(hash)
50
51
52
0 commit comments