mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 22:47:29 -06:00
Remove incorrect comment
This commit is contained in:
parent
58ffc9dcae
commit
ff3f4c99a8
1 changed files with 0 additions and 1 deletions
|
@ -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.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue