Skip to content
Snippets Groups Projects
Commit 693c3cdb authored by Theodore Chang's avatar Theodore Chang
Browse files

Commit

parent b1b4002f
No related branches found
No related tags found
1 merge request!2034Check reference shape dimension
Pipeline #216032 passed
......@@ -426,7 +426,7 @@ def test_user_author(def_type, value, expected_name):
assert quantity.m_proxy_value == value
assert (
quantity.m_proxy_type.target_section_def.name
== def_type.target_section_def.name
== def_type().target_section_def.name
)
assert quantity.m_proxy_section == section
assert resolved_quantity.name == expected_name
......@@ -443,6 +443,6 @@ def test_user_author(def_type, value, expected_name):
assert deserialized_quantity.m_proxy_value == value
assert (
deserialized_quantity.m_proxy_type.target_section_def.name
== def_type.target_section_def.name
== def_type().target_section_def.name
)
assert resolved_deserialized_quantity.name == expected_name
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