File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -492,7 +492,7 @@ def test_connection_gone_away(self):
492
492
time .sleep (2 )
493
493
with self .assertRaises (pymysql .OperationalError ) as cm :
494
494
cur .execute ("SELECT 1+1" )
495
- # error occures while reading, not writing because of socket buffer.
495
+ # error occurs while reading, not writing because of socket buffer.
496
496
# self.assertEqual(cm.exception.args[0], 2006)
497
497
self .assertIn (cm .exception .args [0 ], (2006 , 2013 ))
498
498
Original file line number Diff line number Diff line change @@ -149,7 +149,7 @@ def test_issue_16(self):
149
149
"test_issue_17() requires a custom, legacy MySQL configuration and will not be run."
150
150
)
151
151
def test_issue_17 (self ):
152
- """could not connect mysql use passwod """
152
+ """could not connect mysql use password """
153
153
conn = self .connect ()
154
154
host = self .databases [0 ]["host" ]
155
155
db = self .databases [0 ]["database" ]
You can’t perform that action at this time.
0 commit comments