Skip to content

Commit e1ed957

Browse files
committed
removed old MySQL test
1 parent 4c6108d commit e1ed957

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/sql.py

-1
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,6 @@ def tearDownClass(self):
150150
class MySQLTests(SQLTests):
151151
@classmethod
152152
def setUpClass(self):
153-
self.db = SQL("mysql://root@localhost/test")
154153
self.db = SQL("mysql://[email protected]/test")
155154

156155
def setUp(self):

0 commit comments

Comments
 (0)