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 943d927 commit fcd704eCopy full SHA for fcd704e
src/registry_testing.jl
@@ -258,7 +258,7 @@ function test(path=pwd(); registry_deps::Vector{<:AbstractString}=String[])
258
# is no need to have `julia` listed in Deps.toml.
259
# However, every other compat entry needs to be listed
260
# in Deps.toml.
261
- if compat_pkgname != julia"
+ if compat_pkgname != "julia"
262
Test.@test haskey(deps_for_this_v, compat_pkgname)
263
end
264
0 commit comments