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 73b71c5 commit 1054f9aCopy full SHA for 1054f9a
test/loading.jl
@@ -737,7 +737,7 @@ end
737
for (proj, expected_man) in test_cases
738
@test _activate_and_get_active_manifest_noarg(proj) == expected_man
739
# Base.active_manifest() should never return a file that doesn't exist:
740
- @test isfile_activate_and_get_active_manifest_noarg(proj))
+ @test isfile(_activate_and_get_active_manifest_noarg(proj))
741
end
742
mktempdir() do dir
743
proj = joinpath(dir, "Project.toml")
0 commit comments