diff --git a/test/pkg.jl b/test/pkg.jl index 46864162d2b26..f815acb5816ef 100644 --- a/test/pkg.jl +++ b/test/pkg.jl @@ -183,7 +183,7 @@ temp_pkg_dir() do Pkg.free("Example") Pkg.pin("Example", v"0.4.0") - Pkg.update() + @test Pkg.update() == nothing Pkg.installed()["Example"] == v"0.4.0" end