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 <3112309+radarhere@users.noreply.github.com>
  • Loading branch information
akx and radarhere committed Nov 28, 2023
1 parent 8ff6522 commit 4eaf55c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/test_imagefont.py
Expand Up @@ -1074,6 +1074,6 @@ def test_raqm_missing_warning(monkeypatch):


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

0 comments on commit 4eaf55c

Please sign in to comment.