Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tests: don't use single-argument
map
(#291)
Single-argument `map` is being removed from Julia after an analysis of registered packages found that the change doesn't break the functionality of any package. See JuliaLang/julia#35293 and JuliaLang/julia#52631 That said, the Julia change breaks your test suite, so here's a PR that fixes that.
- Loading branch information