Skip to content

Commit

Permalink
Merge pull request #32488 from NEGits/patch-1
Browse files Browse the repository at this point in the history
[6.x] Fix typo/copy-paste error in SupportCollectionTest
  • Loading branch information
taylorotwell authored Apr 22, 2020
2 parents 9177744 + d5347f1 commit 82f8ddb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Support/SupportCollectionTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -2284,7 +2284,7 @@ public function sortByRating(array $value)

public function sortByUrl(array $value)
{
return $value['rating'];
return $value['url'];
}

/**
Expand Down

0 comments on commit 82f8ddb

Please sign in to comment.