Commit 28dd6dec authored by Victor Stinner's avatar Victor Stinner

Fix #19830: Fix a ResourceWarning in test_poplib.

Patch written by Vajrasky Kok.
parent 8622ac3c
......@@ -421,7 +421,7 @@ class TestPOP3_TLSClass(TestPOP3Class):
# happens in the test_too_long_lines case; the overlong
# response will be treated as response to QUIT and raise
# this exception
pass
self.client.close()
self.server.stop()
def test_stls(self):
......
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