commercetools / commercetools-sunrise-java

The next generation shop framework by commercetools
https://demo.commercetools.com
Apache License 2.0
46 stars 35 forks source link

Fix pagination total pages #695

Closed lauraluiz closed 6 years ago

lauraluiz commented 6 years ago

Fixed an error reported in which the last page was usually not listed due to division of Long returning a non-decimal value, therefore ceil method was not able to round up. Also provided tests and cleaned up a bit the other tests. Will release in a fix version as soon as it's merged.