vapor-community / pagination

Simple Vapor 3 Pagination
MIT License
64 stars 15 forks source link

Fixed missing test case #19

Closed mikkelu closed 5 years ago

mikkelu commented 5 years ago

I noticed that the test suite was missing a test case in the allTests variable used on Linux (testPaginationResponse). This PR adds the missing test and a new test that will check for missing tests in the allTests variable.