Skip to content
Snippets Groups Projects
Commit 6aac9e77 authored by Henrik tom Wörden's avatar Henrik tom Wörden
Browse files

fix

parent e38fed98
No related branches found
No related tags found
3 merge requests!71REL: RElease v0.2.0,!56F refactor,!5FIX: use identifiable instead of record
Pipeline #29399 passed
...@@ -615,7 +615,7 @@ def change_identifiable_prop(ident): ...@@ -615,7 +615,7 @@ def change_identifiable_prop(ident):
def change_non_identifiable_prop(ident): def change_non_identifiable_prop(ident):
# the checks in here are only to make sure we change the record as we intend to # the checks in here are only to make sure we change the record as we intend to
meas = ident._records[-4] meas = ident._records[-1]
assert meas.parents[0].name == "Measurement" assert meas.parents[0].name == "Measurement"
resps = meas.properties[-1] resps = meas.properties[-1]
assert resps.name == "responsible" assert resps.name == "responsible"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment