mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-15 00:16:04 +08:00
Fix unit test
CURA-6483
This commit is contained in:
parent
278d8ee587
commit
5ab2f9784d
@ -7,7 +7,7 @@ from cura.Machines.Models.DiscoveredPrintersModel import DiscoveredPrintersModel
|
|||||||
|
|
||||||
@pytest.fixture()
|
@pytest.fixture()
|
||||||
def discovered_printer_model(application) -> DiscoveredPrintersModel:
|
def discovered_printer_model(application) -> DiscoveredPrintersModel:
|
||||||
return DiscoveredPrintersModel()
|
return DiscoveredPrintersModel(application)
|
||||||
|
|
||||||
|
|
||||||
def test_discoveredPrinters(discovered_printer_model):
|
def test_discoveredPrinters(discovered_printer_model):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user