From ff3f4c99a88a9fea2ee2b7d876f266b452957a83 Mon Sep 17 00:00:00 2001 From: Nino van Hooff Date: Thu, 28 May 2020 17:34:04 +0200 Subject: [PATCH] Remove incorrect comment --- tests/Settings/TestExtruderStack.py | 1 - 1 file changed, 1 deletion(-) 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.