mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-11 23:59:03 +08:00
Fix assertion for test_deserializeDefinitionChanges
Copy-paste error there. Sorry. Contributes to issue CURA-3497.
This commit is contained in:
parent
521e85b2a7
commit
610d2ae1e6
@ -164,7 +164,7 @@ def test_deserializeDefinitionChanges(filename, definition_changes_id, container
|
||||
|
||||
stack.deserialize(serialized)
|
||||
|
||||
assert stack.variant.getId() == definition_changes_id
|
||||
assert stack.definitionChanges.getId() == definition_changes_id
|
||||
|
||||
## Tests whether the definition is being read properly from a global stack.
|
||||
@pytest.mark.parametrize("filename, definition_id", [
|
||||
|
Loading…
x
Reference in New Issue
Block a user