This commit is contained in:
team3
2026-07-13 12:31:25 +02:00
parent 32d7ad9ea1
commit 9cd8e02e22
34 changed files with 747 additions and 606 deletions

View File

@@ -14,7 +14,7 @@ def _quelle(topic, tmp_path, text, name="q.md"):
def _atom(topic):
return db.insert("atome", topic=topic, titel="T", typ="verfahren",
definition="d", status="neu", braucht=db.j([]))
definition="d", status="neu")
def test_fenster_umgibt_anker(tmp_path):