mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-16 03:07:53 -06:00
Fix naming of definitionChanges property in test
This commit is contained in:
parent
da751fa0ea
commit
5892f13349
1 changed files with 1 additions and 1 deletions
|
@ -511,7 +511,7 @@ def test_setPropertyOtherContainers(target_container, global_stack):
|
|||
"quality": global_stack.quality,
|
||||
"material": global_stack.material,
|
||||
"variant": global_stack.variant,
|
||||
"definition_changes": global_stack.definition_changes,
|
||||
"definition_changes": global_stack.definitionChanges,
|
||||
"definition": global_stack.definition
|
||||
}
|
||||
assert containers[target_container].getProperty(key, property) == output_value
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue