Added longitude/latitude and positional accuracy to the company data (#180)

This commit is contained in:
2023-10-02 17:18:04 +02:00
committed by GitHub
parent c96462532b
commit 05472cc16a
7 changed files with 6019 additions and 5911 deletions

View File

@ -26,8 +26,11 @@ def test_get_company_data(full_db: Session) -> None:
2: "Third Company GmbH",
},
"company_street": {0: "Sesamstr.", 1: "Sesamstr.", 2: None},
"company_zip_code": {0: "12345", 1: "12345", 2: None},
"company_zip_code": {0: "58644", 1: "58636", 2: None},
"company_city": {0: "TV City", 1: "TV City", 2: None},
"company_longitude": {0: 7.6968, 1: 7.7032, 2: None},
"company_latitude": {0: 51.3246, 1: 51.38, 2: None},
"company_pos_accuracy": {0: 4.0, 1: 4.0, 2: None},
"company_last_update": {
0: "2023-01-01",
1: "2023-01-01",