Skip to content

Commit 2a4a582

Browse files
author
Zhen
committed
Remove meaningless commits
1 parent 19f0970 commit 2a4a582

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/session_test.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -208,8 +208,6 @@ def test_can_rollback_transaction(self):
208208

209209
tx.rollback()
210210

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
213211
# Check the property value
214212
result = session.run("MATCH (a) WHERE id(a) = {n} "
215213
"RETURN a.foo", {"n": node_id})

0 commit comments

Comments
 (0)