Skip to content

Commit

Permalink
Fix a syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
DilumAluthge committed Oct 28, 2023
1 parent 943d927 commit fcd704e
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 @@ -258,7 +258,7 @@ function test(path=pwd(); registry_deps::Vector{<:AbstractString}=String[])
# is no need to have `julia` listed in Deps.toml.
# However, every other compat entry needs to be listed
# in Deps.toml.
if compat_pkgname != julia"
if compat_pkgname != "julia"
Test.@test haskey(deps_for_this_v, compat_pkgname)
end
end
Expand Down

0 comments on commit fcd704e

Please sign in to comment.