Skip to content

Commit 4eaf55c

Browse files
akxradarhere
andauthored
Update Tests/test_imagefont.py
Co-authored-by: Andrew Murray <[email protected]>
1 parent 8ff6522 commit 4eaf55c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/test_imagefont.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1074,6 +1074,6 @@ def test_raqm_missing_warning(monkeypatch):
10741074

10751075

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

0 commit comments

Comments
 (0)