Skip to content

Commit

Permalink
Updated test
Browse files Browse the repository at this point in the history
  • Loading branch information
radarhere committed Feb 16, 2020
1 parent 72d743a commit 5f0d846
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/test_image_thumbnail.py
Expand Up @@ -55,7 +55,7 @@ def test_aspect():
assert im.size == (34, 50) # ratio is 0.68


def test_float(self):
def test_float():
im = Image.new("L", (128, 128))
im.thumbnail((99.9, 99.9))
assert im.size == (99, 99)
Expand Down

0 comments on commit 5f0d846

Please sign in to comment.