Fix assertion for test_deserializeDefinitionChanges

Copy-paste error there. Sorry.

Contributes to issue CURA-3497.
This commit is contained in:
Ghostkeeper 2017-03-23 15:41:25 +01:00
parent 521e85b2a7
commit 610d2ae1e6
No known key found for this signature in database
GPG key ID: C5F96EE2BC0F7E75

View file

@ -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", [