Commit 8f57da8f authored by Jérome Perrin's avatar Jérome Perrin

ZEOServerTestCase: use .close() instead of .close_server()

This was a deprecated method that no longer exists since ZEO 4
https://github.com/zopefoundation/ZEO/commit/5423f110ddc1034ea0954495957894c60f6da78c
parent 2cea36fd
......@@ -1575,7 +1575,7 @@ class ZEOServerTestCase(ERP5TypeTestCase):
pass
def tearDown(self):
self.zeo_server.close_server()
self.zeo_server.close()
class lazy_func_prop(object):
......
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