Skip to content

Commit

Permalink
updated version from 3 to 4
Browse files Browse the repository at this point in the history
  • Loading branch information
shad7 committed Mar 29, 2015
1 parent 590ace2 commit 5c901d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion seedbox/tests/db/sqlalchemy/test_migration.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def test_db_sync(self):

migration.db_sync(self.facade.engine)
ver = migration.db_version(self.facade.engine)
self.assertEqual(ver, 3)
self.assertEqual(ver, 4)

def test_db_sync_bad_version(self):
dbname = 'sqlite:////tmp/' + str(uuid.uuid4()) + '.db'
Expand Down

0 comments on commit 5c901d4

Please sign in to comment.