Code review comment for lp:~submarine/ubuntu-scopes/github-25-limit

Revision history for this message
James Henstridge (jamesh) wrote :

Won't this limit the number of results to 26? If there are 25 results, then "len(results) <= 25" is true and you'll append another result.

Also, would it be possible to update the tests to show that the results really are limited to 25?

« Back to merge proposal