Skip to content

Commit 5ce8929

Browse files
radarherehugovk
andauthored
Updated test name
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
1 parent ff4f5d4 commit 5ce8929

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/test_font_bdf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ def test_sanity() -> None:
1717
assert len([_f for _f in font.glyph if _f]) == 190
1818

1919

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

0 commit comments

Comments
 (0)