mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-18 20:28:01 -06: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
1 changed files with 1 additions and 1 deletions
|
@ -164,7 +164,7 @@ def test_deserializeDefinitionChanges(filename, definition_changes_id, container
|
||||||
|
|
||||||
stack.deserialize(serialized)
|
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.
|
## Tests whether the definition is being read properly from a global stack.
|
||||||
@pytest.mark.parametrize("filename, definition_id", [
|
@pytest.mark.parametrize("filename, definition_id", [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue