Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jul 4, 2023
1 parent a3f6306 commit 33d90e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/test_imagedraw.py
Expand Up @@ -744,7 +744,7 @@ def test_rectangle_I16(bbox):
draw = ImageDraw.Draw(im)

# Act
draw.rectangle(bbox, outline=0xffff)
draw.rectangle(bbox, outline=0xFFFF)

# Assert
assert_image_equal_tofile(im.convert("I"), "Tests/images/imagedraw_rectangle_I.png")
Expand Down

0 comments on commit 33d90e5

Please sign in to comment.