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