mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-03-13 01:05:48 +03:00
Updated test name
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
This commit is contained in:
parent
ff4f5d4cb6
commit
5ce8929ed4
|
@ -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:]
|
||||
|
|
Loading…
Reference in New Issue
Block a user