Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
cyanfish committed Jan 15, 2024
1 parent fb603bc commit 7a2ecff
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion NAPS2.Lib.Tests/WinForms/DesktopControllerTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,8 @@ public DesktopControllerTests()
_desktopScanController,
_desktopFormProvider,
_scannedImagePrinter,
_sharedDeviceManager
_sharedDeviceManager,
new RecoveryManager(ScanningContext)
);

_operationFactory.Create<RecoveryOperation>().Returns(
Expand Down

0 comments on commit 7a2ecff

Please sign in to comment.