Skip to content

Commit

Permalink
Update plone/scale/tests/test_scale.py
Browse files Browse the repository at this point in the history
  • Loading branch information
davisagli authored Oct 20, 2022
1 parent df79501 commit 2caf522
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion plone/scale/tests/test_scale.py
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,6 @@ def testDeprecationsAni(self):
plone.scale.scale.__warningregistry__.clear()
with warnings.catch_warnings(record=True) as w:
warnings.simplefilter("always")
print('NEXT...')
scaleImage(ANIGIF, 16, 16, direction="keep")
self.assertEqual(len(w), 6)
for item in w:
Expand Down

0 comments on commit 2caf522

Please sign in to comment.