Skip to content

Commit

Permalink
Pleasing black
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucas-C committed Jan 8, 2025
1 parent 1ba8fcd commit cffc0fe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/fonts/test_set_font.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ def test_set_unknown_style():
with pytest.raises(ValueError) as e:
pdf.set_font("Times", style="bold")
assert (
str(e.value) == "Unknown style provided (only B/I/S/U letters are allowed): BDLO"
str(e.value)
== "Unknown style provided (only B/I/S/U letters are allowed): BDLO"
)


Expand Down

0 comments on commit cffc0fe

Please sign in to comment.