Skip to content
This repository has been archived by the owner on Dec 31, 2023. It is now read-only.

Commit

Permalink
chore: lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
m-strzelczyk committed Jul 19, 2021
1 parent 4ff53a8 commit c7fe346
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions samples/snippets/test_sample_pagination.py
Expand Up @@ -23,6 +23,7 @@ def test_pagination(capsys: typing.Any) -> None:
out, _ = capsys.readouterr()
assert(len(out.splitlines()) > 2)


def test_pagination_page(capsys: typing.Any) -> None:
print_images_list_by_page(PROJECT, 2)
out, _ = capsys.readouterr()
Expand Down

0 comments on commit c7fe346

Please sign in to comment.