Skip to content

Commit 7a2ecff

Browse files
committed
Fix build
1 parent fb603bc commit 7a2ecff

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

NAPS2.Lib.Tests/WinForms/DesktopControllerTests.cs

+2-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,8 @@ public DesktopControllerTests()
8181
_desktopScanController,
8282
_desktopFormProvider,
8383
_scannedImagePrinter,
84-
_sharedDeviceManager
84+
_sharedDeviceManager,
85+
new RecoveryManager(ScanningContext)
8586
);
8687

8788
_operationFactory.Create<RecoveryOperation>().Returns(

0 commit comments

Comments
 (0)