test: fix broken test
how silly
This commit is contained in:
parent
34704acf24
commit
3f502fdc73
1 changed files with 1 additions and 1 deletions
|
|
@ -251,7 +251,7 @@ version_locations = wuttjamaican.db:alembic/versions
|
||||||
with patch.dict(sample, {"overwrite": True}):
|
with patch.dict(sample, {"overwrite": True}):
|
||||||
result = view.wizard_action()
|
result = view.wizard_action()
|
||||||
self.assertNotIn("error", result)
|
self.assertNotIn("error", result)
|
||||||
self.assertGreater(os.path.getsize(module_path), 1000)
|
self.assertGreater(os.path.getsize(module_path), 500)
|
||||||
|
|
||||||
def test_check_model(self):
|
def test_check_model(self):
|
||||||
view = self.make_view()
|
view = self.make_view()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue