Commit 0c53f08e authored by Marius Gedminas's avatar Marius Gedminas

Fix ResourceWarning in BlobCloneTests

parent 12f7995a
...@@ -133,7 +133,7 @@ class BlobCloneTests(ZODB.tests.util.TestCase): ...@@ -133,7 +133,7 @@ class BlobCloneTests(ZODB.tests.util.TestCase):
# it should also be possible to open the cloned blob # it should also be possible to open the cloned blob
# (even though it won't contain the original data) # (even though it won't contain the original data)
clone.open() clone.open().close()
# tearDown # tearDown
database.close() database.close()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment