Skip to content

Commit cd5f154

Browse files
DilumAluthgeIanButterworth
authored andcommitted
Fix syntax
1 parent 586cb5d commit cd5f154

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
@@ -738,7 +738,7 @@ end
738738
for (proj, expected_man) in test_cases
739739
@test _activate_and_get_active_manifest_noarg(proj) == expected_man
740740
# Base.active_manifest() should never return a file that doesn't exist:
741-
@test isfile_activate_and_get_active_manifest_noarg(proj))
741+
@test isfile(_activate_and_get_active_manifest_noarg(proj))
742742
end
743743
mktempdir() do dir
744744
proj = joinpath(dir, "Project.toml")

0 commit comments

Comments
 (0)