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

@ -1,4 +1,4 @@
"""Tests for data elements."""
"""Tests for ui elements."""
import pandas as pd
from sqlalchemy.orm import Session
@ -31,7 +31,7 @@ def test_get_company_data(full_db: Session) -> None:
1: "Some purpose",
},
"company_street": {0: "Sesamstr.", 1: "Sesamstr."},
"company_house_number": {0: "4", 1: "8"},
"company_house_number": {0: "1", 1: "2"},
"company_zip_code": {0: "58644", 1: "58636"},
"company_city": {0: "TV City", 1: "TV City"},
"company_longitude": {0: 7.6968, 1: 7.7032},