Skip to content

Commit 4383357

Browse files
committed
Add missing assertion [#20]
1 parent cb4c969 commit 4383357

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_pagination.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@ def test_get_url_params_prev_page_from_pagination_with_no_prev_page(self):
117117
def access_url_params_previous_page():
118118
_ = pagination.url_params_previous_page
119119

120+
self.assertFalse(pagination.has_previous_page())
120121
self.assertRaises(exception.BunqException,
121122
access_url_params_previous_page)
122123

0 commit comments

Comments
 (0)