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 2dae7e7 commit 7142249Copy full SHA for 7142249
src/registry_testing.jl
@@ -248,7 +248,7 @@ function test(path=pwd(); registry_deps::Vector{<:AbstractString}=String[])
248
Test.@test compat_for_this_v isa AbstractDict
249
Test.@test deps_for_this_v isa AbstractDict
250
for compat_pkgname in keys(compat_for_this_v)
251
- @test haskey(deps_for_this_v, compat_pkgname)
+ Test.@test haskey(deps_for_this_v, compat_pkgname)
252
end
253
254
0 commit comments