Fixed test.
diff --git a/Tests/GET_Tests.swift b/Tests/GET_Tests.swift
index 2b0331f..76ca828 100644
--- a/Tests/GET_Tests.swift
+++ b/Tests/GET_Tests.swift
@@ -102,8 +102,8 @@
                 XCTAssertTrue(NSThread.isMainThread())
                 XCTAssertTrue(nextPageResponse.ok)
                 XCTAssertNotNil(nextPageResponse)
-                XCTAssertFalse(nextPageResponse.hasNextPage)
-                XCTAssertEqual(nextPageResponse.entities!.count, 7)
+                XCTAssertTrue(nextPageResponse.hasNextPage)
+                XCTAssertEqual(nextPageResponse.entities!.count, 10)
                 getExpect.fulfill()
             }
         }