diff --git a/tests/Settings/TestExtruderStack.py b/tests/Settings/TestExtruderStack.py index e9f167b6a1..0af0f1dcf3 100644 --- a/tests/Settings/TestExtruderStack.py +++ b/tests/Settings/TestExtruderStack.py @@ -248,7 +248,6 @@ def test_deserializeMoveDefinitionContainer(extruder_stack): def test_getPropertyFallThrough(global_stack, extruder_stack): """Tests whether getProperty properly applies the stack-like behaviour on its containers.""" - # ExtruderStack.setNextStack calls registerExtruder for backward compatibility, but we do not need a complete extruder manager ExtruderManager._ExtruderManager__instance = unittest.mock.MagicMock() #A few instance container mocks to put in the stack.