Skip to content

Commit 1054f9a

Browse files
authored
Fix syntax
1 parent 73b71c5 commit 1054f9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/loading.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -737,7 +737,7 @@ end
737737
for (proj, expected_man) in test_cases
738738
@test _activate_and_get_active_manifest_noarg(proj) == expected_man
739739
# Base.active_manifest() should never return a file that doesn't exist:
740-
@test isfile_activate_and_get_active_manifest_noarg(proj))
740+
@test isfile(_activate_and_get_active_manifest_noarg(proj))
741741
end
742742
mktempdir() do dir
743743
proj = joinpath(dir, "Project.toml")

0 commit comments

Comments
 (0)