Skip to content

Commit 9275049

Browse files
committed
fix test
1 parent 539921a commit 9275049

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

test/data.jl

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,12 @@ end
4141
end
4242

4343
if VERSION > v"1.3.0"
44-
using Pkg.Artifacts
44+
using Pkg
4545
@testset "artifacts" begin
46-
dir = first(Artifacts.artifacts_dirs())
46+
dir = first(Pkg.Artifacts.artifacts_dirs())
4747
toml = joinpath(dir, "OpenMLArtifacts.toml")
48-
hash = artifact_hash("61", toml)
49-
@test artifact_exists(hash)
48+
hash = Pkg.Artifacts.artifact_hash("61", toml)
49+
@test Pkg.Artifacts.artifact_exists(hash)
5050
end
5151
end
5252

0 commit comments

Comments
 (0)