Skip to content

Commit bcb1c60

Browse files
authored
Merge branch 'main' into saumya/gdn
2 parents 8d42b42 + 6b26857 commit bcb1c60

File tree

3 files changed

+267
-556
lines changed

3 files changed

+267
-556
lines changed

tests/test_004_cursor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10370,7 +10370,7 @@ def test_procedures_result_set_info(cursor, db_connection):
1037010370
cursor.execute("EXEC pytest_proc_schema.test_no_results")
1037110371
# Procedures with no results should have no description and calling fetchall() should raise an error
1037210372
assert (
10373-
cursor.description is None,
10373+
cursor.description is None
1037410374
), "test_no_results should have no description (no result set)"
1037510375
# Don't call fetchall() on procedures with no results - this is invalid in ODBC
1037610376

0 commit comments

Comments
 (0)