Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorNino van Hooff <ninovanhooff@gmail.com>2020-05-28 18:34:04 +0300
committerNino van Hooff <ninovanhooff@gmail.com>2020-05-28 18:34:04 +0300
commitff3f4c99a88a9fea2ee2b7d876f266b452957a83 (patch)
tree2502c50d89592388a01b1adeeaa53c22e8a38bd0 /tests
parent58ffc9dcae0020d7dd4f3c32b41922dfdbef37d3 (diff)
Remove incorrect comment
Diffstat (limited to 'tests')
-rw-r--r--tests/Settings/TestExtruderStack.py1
1 files changed, 0 insertions, 1 deletions
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.