-
Notifications
You must be signed in to change notification settings - Fork 112
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
connection: change the query_all test to query_iter test
The query_iter method is meant to serve similar purpose to what query_all does currently - fetch data on control connection for internal queries - so it makes sense to adapt the (only) existing test for the new method. The last assertion (4) had to be removed because the new method does not check that the page size is set by the caller.
- Loading branch information
Showing
1 changed file
with
35 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters