Skip to content

Commit

Permalink
Fix an error
Browse files Browse the repository at this point in the history
  • Loading branch information
DilumAluthge authored Oct 28, 2023
1 parent 2dae7e7 commit 7142249
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/registry_testing.jl
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ function test(path=pwd(); registry_deps::Vector{<:AbstractString}=String[])
Test.@test compat_for_this_v isa AbstractDict
Test.@test deps_for_this_v isa AbstractDict
for compat_pkgname in keys(compat_for_this_v)
@test haskey(deps_for_this_v, compat_pkgname)
Test.@test haskey(deps_for_this_v, compat_pkgname)
end
end
end
Expand Down

0 comments on commit 7142249

Please sign in to comment.