Commit d957ff3e authored by Jim Fulton's avatar Jim Fulton

added a connection close

To avoid an error on tearDown.
parent e63c7275
......@@ -1468,9 +1468,9 @@ But, if we abort, we'll get up to date data and we'll see the changes.
>>> sorted(conn2.root.x.items())
[('x', 1), ('y', 1)]
>>> conn2.close()
>>> cs.close()
>>> conn1.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