Skip to content

Commit

Permalink
tests: style nits
Browse files Browse the repository at this point in the history
  • Loading branch information
mara004 committed Jun 9, 2022
1 parent ab16cb2 commit ccc1d37
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/helpers/test_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def test_colour_tohex(values, cl_value, use_alpha):
["prefix", "mapping"],
[
("PDFDEST_VIEW_", ViewmodeMapping),
("FPDF_ERR", ErrorMapping),
("FPDF_ERR_", ErrorMapping),
("FPDF_PAGEOBJ_", ObjtypeToName),
]
)
Expand Down
2 changes: 1 addition & 1 deletion tests/test_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def test_current_version():
assert setup_base.SetupKws["version"] == pkg_base.VerNamespace["V_PYPDFIUM2"]

def test_installed_version():
assert dist_version('pypdfium2') == pdfium_ver.V_PYPDFIUM2
assert dist_version("pypdfium2") == pdfium_ver.V_PYPDFIUM2


def _test_change(method, exp_items):
Expand Down

0 comments on commit ccc1d37

Please sign in to comment.