Skip to content

Commit

Permalink
Merge pull request python-pillow#8446 from radarhere/close
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk authored Oct 7, 2024
2 parents 27c1bb2 + 76dd669 commit f5ce8a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Tests/test_imageshow.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,5 +117,5 @@ def test_ipythonviewer() -> None:
else:
pytest.fail("IPythonViewer not found")

im = hopper()
assert test_viewer.show(im) == 1
with hopper() as im:
assert test_viewer.show(im) == 1

0 comments on commit f5ce8a9

Please sign in to comment.