Skip to content
Snippets Groups Projects
Commit 89395c3e authored by florian's avatar florian
Browse files

TST: Test reference property

parent 64cb563b
No related branches found
No related tags found
2 merge requests!73MAINT: change wording of TableImporter argument and allow converters and...,!72Extend json-schema model parser
Pipeline #36030 passed
......@@ -385,3 +385,7 @@ def test_no_toplevel_entity():
float_prop = rt1.get_property("number_prop")
assert float_prop.datatype == db.DOUBLE
assert rt1.get_importance(float_prop.name) == db.OBLIGATORY
uid_prop = rt1.get_property("user_id")
assert uid_prop.datatype == db.TEXT
assert rt1.get_importance(uid_prop.name) == db.RECOMMENDED
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment