Skip to content

Commit fcd704e

Browse files
committed
Fix a syntax error
1 parent 943d927 commit fcd704e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/registry_testing.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ function test(path=pwd(); registry_deps::Vector{<:AbstractString}=String[])
258258
# is no need to have `julia` listed in Deps.toml.
259259
# However, every other compat entry needs to be listed
260260
# in Deps.toml.
261-
if compat_pkgname != julia"
261+
if compat_pkgname != "julia"
262262
Test.@test haskey(deps_for_this_v, compat_pkgname)
263263
end
264264
end

0 commit comments

Comments
 (0)