FileIO.jl icon indicating copy to clipboard operation
FileIO.jl copied to clipboard

Preemptively fix tests that are about to break

Open apaz-cli opened this issue 2 years ago • 0 comments

Apply these changes if https://github.com/JuliaLang/julia/pull/47369 gets merged.

The error message for MethodError currently applies to both calls to functions and invoke(), but did not specify which the error came from. Fixing this will break some tests, hence this PR.

apaz-cli avatar Nov 23 '22 20:11 apaz-cli