Added location to person (#185)

This commit is contained in:
2023-10-14 17:27:19 +02:00
committed by GitHub
parent 411f1053dd
commit 6365e252b9
6 changed files with 80 additions and 24 deletions

View File

@ -136,8 +136,8 @@ def full_db(empty_db: Session, finance_statements: list[dict[str, Any]]) -> Sess
court_id=2,
name="Some Company GmbH",
street="Sesamstr.",
house_number="1",
zip_code="58644",
house_number="4",
city="TV City",
last_update=datetime.date.fromisoformat("2023-01-01"),
latitude=51.3246,
@ -154,8 +154,8 @@ def full_db(empty_db: Session, finance_statements: list[dict[str, Any]]) -> Sess
court_id=1,
name="Other Company GmbH",
street="Sesamstr.",
house_number="2",
zip_code="58636",
house_number="8",
city="TV City",
last_update=datetime.date.fromisoformat("2023-01-01"),
latitude=51.38,