Remove incorrect comment

This commit is contained in:
Nino van Hooff 2020-05-28 17:34:04 +02:00
parent 58ffc9dcae
commit ff3f4c99a8

View file

@ -248,7 +248,6 @@ def test_deserializeMoveDefinitionContainer(extruder_stack):
def test_getPropertyFallThrough(global_stack, extruder_stack): def test_getPropertyFallThrough(global_stack, extruder_stack):
"""Tests whether getProperty properly applies the stack-like behaviour on its containers.""" """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() ExtruderManager._ExtruderManager__instance = unittest.mock.MagicMock()
#A few instance container mocks to put in the stack. #A few instance container mocks to put in the stack.