Skip to content

Commit b37b803

Browse files
committed
add
1 parent 1e7e4e8 commit b37b803

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/e2e/test_driver.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -841,7 +841,6 @@ def test_closing_a_closed_connection_doesnt_fail(self, caplog):
841841
conn.close()
842842
assert "Session appears to have been closed already" in caplog.text
843843

844-
# --- Integrated KeyboardInterrupt test ---
845844
conn = None
846845
try:
847846
with pytest.raises(KeyboardInterrupt):
@@ -866,7 +865,6 @@ def test_cursor_close_properly_closes_operation(self):
866865
if cursor.open:
867866
cursor.close()
868867

869-
# --- Integrated KeyboardInterrupt test ---
870868
conn = None
871869
cursor = None
872870
try:

0 commit comments

Comments
 (0)