tests: ensure helper function actually updates database schema

This commit is contained in:
bronsen 2026-02-22 18:58:05 +01:00
parent aba919adca
commit aecd10115e
3 changed files with 18 additions and 4 deletions

View file

@ -26,7 +26,7 @@ TEILCHEN_DATA_HEADER = "pk Name Description Number Tags".split()
class SammlerApp(App):
async def on_mount(self) -> None:
create_db_and_tables()
create_db_and_tables(engine)
self.push_screen(AddInventoryScreen())