Skip to content

Commit

Permalink
added a connection close
Browse files Browse the repository at this point in the history
To avoid an error on tearDown.
  • Loading branch information
Jim Fulton committed Jun 9, 2016
1 parent e63c727 commit d957ff3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ZEO/tests/testZEO.py
Original file line number Diff line number Diff line change
Expand Up @@ -1468,9 +1468,9 @@ def invalidate_client_cache_entry_on_server_commit_error():
>>> sorted(conn2.root.x.items())
[('x', 1), ('y', 1)]
>>> conn2.close()
>>> cs.close()
>>> conn1.close()
"""


Expand Down

0 comments on commit d957ff3

Please sign in to comment.