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 b60c875 commit 33ab32cCopy full SHA for 33ab32c
src/registry_testing.jl
@@ -253,7 +253,7 @@ function test(path=pwd(); registry_deps::Vector{<:AbstractString}=String[])
253
Test.@test compat_for_this_v isa AbstractDict
254
Test.@test deps_for_this_v isa AbstractDict
255
for compat_pkgname in keys(compat_for_this_v)
256
- @test haskey(deps_for_this_v, compat_pkgname)
+ Test.@test haskey(deps_for_this_v, compat_pkgname)
257
end
258
259
0 commit comments