Skip to content

Commit 215d983

Browse files
committed
Fixed test name:
Last commit message was incorrect, issue fixed CONPY-222, not CONPY-221 (which was already closed).
1 parent c3fe1a9 commit 215d983

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testing/test/integration/test_cursor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1419,7 +1419,7 @@ def test_conpy218(self):
14191419
del cursor
14201420
del conn
14211421

1422-
def test_conpy221(self):
1422+
def test_conpy222(self):
14231423
conn = create_connection()
14241424
cursor = conn.cursor()
14251425
cursor.close()

0 commit comments

Comments
 (0)