Skip to content
Snippets Groups Projects
Commit dc5554d0 authored by Alexander Schlemmer's avatar Alexander Schlemmer
Browse files

STY(yaml-model-parser): formatting of test

parent 9f5c2b02
No related branches found
No related tags found
2 merge requests!128MNT: Added a warning when column metadata is not configured, and a better...,!115add datatype, unit and description to properties that are part of Records
Pipeline #57801 failed
...@@ -742,7 +742,8 @@ RT: ...@@ -742,7 +742,8 @@ RT:
datatype: TEXT datatype: TEXT
""") """)
existing_entities = [db.RecordType(name="RT", id=25).add_property(name="identifier", existing_entities = [db.RecordType(
name="RT", id=25).add_property(name="identifier",
datatype="INTEGER", datatype="INTEGER",
importance="OBLIGATORY", importance="OBLIGATORY",
id=24), id=24),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment