Merge pull request #8446 from radarhere/close

This commit is contained in:
Hugo van Kemenade 2024-10-07 12:16:17 +03:00 committed by GitHub
commit f5ce8a9d61
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -117,5 +117,5 @@ def test_ipythonviewer() -> None:
else:
pytest.fail("IPythonViewer not found")
im = hopper()
with hopper() as im:
assert test_viewer.show(im) == 1