3
0
Fork 0

test: fix broken test

how silly
This commit is contained in:
Lance Edgar 2026-01-01 15:33:20 -06:00
parent 34704acf24
commit 3f502fdc73

View file

@ -251,7 +251,7 @@ version_locations = wuttjamaican.db:alembic/versions
with patch.dict(sample, {"overwrite": True}):
result = view.wizard_action()
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):
view = self.make_view()