Skip to content

Commit

Permalink
Updated test name
Browse files Browse the repository at this point in the history
Co-authored-by: Hugo van Kemenade <[email protected]>
  • Loading branch information
radarhere and hugovk authored Mar 3, 2025
1 parent ff4f5d4 commit 5ce8929
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/test_font_bdf.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def test_sanity() -> None:
assert len([_f for _f in font.glyph if _f]) == 190


def test_valueerror() -> None:
def test_zero_width_chars() -> None:
with open(filename, "rb") as fp:
data = fp.read()
data = data[:2650] + b"\x00\x00" + data[2652:]
Expand Down

0 comments on commit 5ce8929

Please sign in to comment.