Skip to content

Commit

Permalink
#15: Get all schema versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
guilhermechapiewski committed Mar 11, 2009
1 parent f197df9 commit aa0189b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/mysql_test.py
Expand Up @@ -91,7 +91,7 @@ def test_it_should_get_current_schema_version(self):
mysql = MySQL("test.conf", mysql_driver_mock)
self.assertEquals("0", mysql.get_current_schema_version())

def test_it_should_get_all_db_versions(self):
def test_it_should_get_all_schema_versions(self):
mysql_driver_mock = Mock()
db_mock = Mock()
cursor_mock = Mock()
Expand Down

0 comments on commit aa0189b

Please sign in to comment.