Skip to content

Commit

Permalink
Update Tests/test_imagefont.py
Browse files Browse the repository at this point in the history
Co-authored-by: Andrew Murray <[email protected]>
  • Loading branch information
akx and radarhere authored Nov 29, 2023
1 parent 39ec56c commit 36e0b53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/test_imagefont.py
Original file line number Diff line number Diff line change
Expand Up @@ -1074,6 +1074,6 @@ def test_raqm_missing_warning(monkeypatch):


@pytest.mark.parametrize("size", [-1, 0])
def test_invalid_truetype_sizes_raise(layout_engine, size):
def test_invalid_truetype_sizes_raise_valueerror(layout_engine, size):
with pytest.raises(ValueError):
ImageFont.truetype(FONT_PATH, size, layout_engine=layout_engine)

0 comments on commit 36e0b53

Please sign in to comment.