Anpassung ERD für Andreas

This commit is contained in:
2025-12-17 11:41:41 +01:00
parent c8409c7f25
commit 8f8a1ccde3
3 changed files with 12 additions and 7 deletions

View File

@@ -30,7 +30,7 @@ class TestTabA(unittest.TestCase):
# Temporäre Testdateien
self.tmp_dir = tempfile.gettempdir()
self.test_db = os.path.join(self.tmp_dir, "test_db.gpkg")
self.test_link = os.path.join(self.tmp_dir, "test_link.gpkg")
self.test_link = os.path.join(self.tmp_dir, "test_link.xlsx")
# Dummy-Dateien anlegen
with open(self.test_db, "w") as f: