mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-22 06:03:57 -06:00
Partial fix for intent manager not finding correct profile in test
Only in test.
This commit is contained in:
parent
7d40d962e8
commit
557746a832
4 changed files with 20 additions and 12 deletions
|
@ -4,8 +4,6 @@ from UM.Settings.DefinitionContainer import DefinitionContainer
|
|||
from cura.Machines.ContainerTree import ContainerTree
|
||||
from cura.Settings.GlobalStack import GlobalStack
|
||||
|
||||
import cura.CuraApplication # DEBUG!
|
||||
|
||||
|
||||
def createMockedStack(definition_id: str):
|
||||
result = MagicMock(spec = GlobalStack)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue