Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Function in "sort with a function" test should be a comparator
The function used in "should sort with a function" is not a comparator. Not that a function passed to `Array.sort` should follow some rule that the previous function was violating. It is just a coincidence that the test was passing.
- Loading branch information