Updated test name

Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
This commit is contained in:
Andrew Murray 2025-03-04 07:48:12 +11:00 committed by GitHub
parent ff4f5d4cb6
commit 5ce8929ed4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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:]