Skip to content

Commit 9824149

Browse files
committed
test_imagefontctl.py: adjust epsilon
1 parent b934262 commit 9824149

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Tests/test_imagefontctl.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ def test_x_max_and_y_offset() -> None:
183183
draw.text((0, 0), "لح", font=ttf, fill=500)
184184

185185
target = "Tests/images/test_x_max_and_y_offset.png"
186-
assert_image_similar_tofile(im, target, 3.8)
186+
assert_image_similar_tofile(im, target, 4.2)
187187

188188

189189
def test_language() -> None:

0 commit comments

Comments
 (0)