8000 Fix test for issue #95 · gcmcom/PyMySQL@b0d9a8d · GitHub
[go: up one dir, main page]

Skip to content

Commit b0d9a8d

Browse files
committed
Fix test for issue PyMySQL#95
1 parent 181d37b commit b0d9a8d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pymysql/tests/test_issues.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -284,6 +284,7 @@ def test_issue_95(self):
284284
SELECT 1;
285285
END""")
286286
try:
287+
cur.execute("""CALL foo()""")
287288
cur.execute("""SELECT 1""")
288289
self.assertEqual(cur.fetchone()[0], 1)
289290
finally:

0 commit comments

Comments
 (0)
0