Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
nakagami committed Aug 22, 2024
1 parent 9892f60 commit 94491c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cymysql/tests/test_issues.py
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ def test_issue_36(self):
exc, value, tb = sys.exc_info()
# MySQL 8.0
if value.error == 1317:
self.assertEqual(value.errmsg, 'Query execution was interrupted'')
self.assertEqual(value.errmsg, 'Query execution was interrupted')
# MySQL 9.0
elif value.error == 1047:
self.assertEqual(value.errmsg, 'Unknown command')
Expand Down

0 comments on commit 94491c7

Please sign in to comment.