Skip to content

Commit be87e43

Browse files
Update dependencies.jl
1 parent 78b4a37 commit be87e43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/dependencies.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,7 @@ end
389389
]
390390
# Pkg needs improve its error message here, but assume that it will still throw a pkgerror
391391
# https://github.com/JuliaLang/Pkg.jl/issues/4159
392-
@test_throws PKG_VERSIONS.PkgError test_setup_dependencies(prefix, dependencies, platform)
392+
@test_throws Pkg.Types.PkgError test_setup_dependencies(prefix, dependencies, platform)
393393
end
394394
end
395395
end

0 commit comments

Comments
 (0)