We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19f0970 commit 2a4a582Copy full SHA for 2a4a582
test/session_test.py
@@ -208,8 +208,6 @@ def test_can_rollback_transaction(self):
208
209
tx.rollback()
210
211
- # I do not know how this framework works to close the tx after each method call
212
- # But it should be closed due to the rollback
213
# Check the property value
214
result = session.run("MATCH (a) WHERE id(a) = {n} "
215
"RETURN a.foo", {"n": node_id})
0 commit comments