mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
Properly set the ContainerRegistry for the missing container test
This commit is contained in:
parent
dfd8cfb2b8
commit
73779eef25
1 changed files with 2 additions and 0 deletions
|
|
@ -357,6 +357,8 @@ def test_deserializeMoveDefinitionContainer(global_stack):
|
|||
assert global_stack.material.getId() == "empty"
|
||||
assert global_stack.definition.getId() != "empty"
|
||||
|
||||
UM.Settings.ContainerStack._containerRegistry = None
|
||||
|
||||
## Tests whether getProperty properly applies the stack-like behaviour on its
|
||||
# containers.
|
||||
def test_getPropertyFallThrough(global_stack):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue