mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-15 18:57:52 -06:00
Fix some test in the CuraContainerRegistry.
Delete a test that needs a ContainerProvider. We need to discuss if we want to add it back, depending if we are still keeping the providers. Contributes to CURA-5628.
This commit is contained in:
parent
b85950b128
commit
77c5a94db2
23 changed files with 36 additions and 231 deletions
|
@ -20,4 +20,4 @@ def application() -> CuraApplication:
|
|||
# Returns a MachineActionManager instance.
|
||||
@pytest.fixture()
|
||||
def machine_action_manager(application) -> MachineActionManager:
|
||||
return application.getMachineActionManager()
|
||||
return MachineActionManager(application)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue