Skip to content

Commit

Permalink
[tests] Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sduenas committed Dec 17, 2015
1 parent 6ae6849 commit ad6ee21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def __init__(self, user, password, database, host, port):
import MySQLdb
driver = 'mysql+mysqldb'
except ImportError:
driver = 'mysql+pymsql'
driver = 'mysql+pymysql'

self.url = URL(driver, user, password, host, port, database)
self._engine = create_engine(self.url, echo=True)
Expand Down

0 comments on commit ad6ee21

Please sign in to comment.