Skip to content

Commit

Permalink
Change type of CityTown to LangString
Browse files Browse the repository at this point in the history
  • Loading branch information
otto-ifak committed Nov 21, 2024
1 parent 55c6aa0 commit 341ae08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aas_test_engines/test_cases/v3_0/submodel_templates.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ class ContactInformation:
"semantic_id": " https://admin-shell.io/zvei/nameplate/1/0/ContactInformations/ContactInformation/TimeZone",
})
# TODO: Add hint: "mandatory property according to EU MachineDirective 2006/42/EC."
city_town: Optional[str] = field(metadata={
city_town: Optional[LangString] = field(metadata={
"semantic_id": "0173-1#02-AAO132#002",
})
company: Optional[LangString] = field(metadata={
Expand Down

0 comments on commit 341ae08

Please sign in to comment.