Skip to content

Commit

Permalink
tiny code fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
joamag committed Nov 25, 2015
1 parent 49bf0b3 commit 1722713
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/appier/test/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ class ModelTest(unittest.TestCase):
def setUp(self):
app = appier.App()
app._register_models_m(mock, "Mocks")

def tearDown(self):
appier.drop_db()

def test_basic(self):
Expand Down

0 comments on commit 1722713

Please sign in to comment.