From 73779eef251476d5b2ff12b84eb17e41511e6496 Mon Sep 17 00:00:00 2001 From: Arjen Hiemstra Date: Mon, 10 Apr 2017 17:51:46 +0200 Subject: [PATCH] Properly set the ContainerRegistry for the missing container test --- tests/Settings/TestGlobalStack.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/Settings/TestGlobalStack.py b/tests/Settings/TestGlobalStack.py index 94d7c1d977..b3d814f8c1 100644 --- a/tests/Settings/TestGlobalStack.py +++ b/tests/Settings/TestGlobalStack.py @@ -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):