Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
9EOR9 committed Sep 30, 2023
1 parent 91ecc9e commit 05f4ced
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testing/test/integration/test_cursor.py
Expand Up @@ -1496,7 +1496,7 @@ def test_conpy269(self):
cursor.execute("SELECT 1 UNION SELECT 2")
self.assertEqual(cursor.rowcount, 2)
cursor.close()
self.assertEqual(cursor.rowcont, -1)
self.assertEqual(cursor.rowcount, -1)
connection.close()

def test_conpy258(self):
Expand Down

0 comments on commit 05f4ced

Please sign in to comment.