Fix desktop controller tests

This commit is contained in:
Ben Olden-Cooligan 2022-12-02 16:40:22 -08:00
parent f5b8b553c5
commit bd8036c968

View File

@ -82,9 +82,8 @@ public class DesktopControllerTests : ContextualTests
_scannedImagePrinter.Object
);
// TODO: Enable for eto
// _operationFactory.Setup(x => x.Create<RecoveryOperation>()).Returns(
// new RecoveryOperation(new Mock<IFormFactory>().Object, new RecoveryManager(ScanningContext)));
_operationFactory.Setup(x => x.Create<RecoveryOperation>()).Returns(
new RecoveryOperation(new Mock<IFormFactory>().Object, new RecoveryManager(ScanningContext)));
}
public override void Dispose()