Skip to content

Commit

Permalink
Update test/loading.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
fatteneder committed Jun 20, 2024
1 parent 9873c7a commit 5861922
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/loading.jl
Original file line number Diff line number Diff line change
Expand Up @@ -1559,7 +1559,7 @@ end
@test include_dependency(dir) === nothing
dir
end
@test_throws SystemError("including file or directory $(repr(dir))") include_dependency(dir)
@test_throws SystemError("including file or folder $(repr(dir))") include_dependency(dir)
end
end

Expand Down

0 comments on commit 5861922

Please sign in to comment.