mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-20 13:17:51 -06:00
Fix unit test
CURA-6483
This commit is contained in:
parent
278d8ee587
commit
5ab2f9784d
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ from cura.Machines.Models.DiscoveredPrintersModel import DiscoveredPrintersModel
|
|||
|
||||
@pytest.fixture()
|
||||
def discovered_printer_model(application) -> DiscoveredPrintersModel:
|
||||
return DiscoveredPrintersModel()
|
||||
return DiscoveredPrintersModel(application)
|
||||
|
||||
|
||||
def test_discoveredPrinters(discovered_printer_model):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue