Skip to content

Commit

Permalink
Update test/loading.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
fatteneder authored Apr 23, 2024
1 parent ac77018 commit 37bfec1
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 @@ -1552,7 +1552,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 37bfec1

Please sign in to comment.