Skip to content

Commit 38b21d4

Browse files
authored
Correctly qualify a name
1 parent 374ff22 commit 38b21d4

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
@@ -252,7 +252,7 @@ function test(path=pwd(); registry_deps::Vector{<:AbstractString}=String[])
252252
if weak == "Weak"
253253
# It is NOT legal for a package to have WeakCompat.toml but not have
254254
# WeakDeps.toml
255-
@test isfile(depsfile)
255+
Test.@test isfile(depsfile)
256256
end
257257
compat_uncompressed = RegistryTools.Compress.load(compatfile)
258258
deps_uncompressed = isfile(depsfile) ? RegistryTools.Compress.load(depsfile) : Dict()

0 commit comments

Comments
 (0)