Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/undo-ransomware/ransomware_detection.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/Unit/Controller/FileOperationControllerTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Unit/Controller/FileOperationControllerTest.php b/tests/Unit/Controller/FileOperationControllerTest.php
index c1b5106..8f688e3 100644
--- a/tests/Unit/Controller/FileOperationControllerTest.php
+++ b/tests/Unit/Controller/FileOperationControllerTest.php
@@ -84,7 +84,7 @@ class FileOperationControllerTest extends TestCase
->setConstructorArgs([$connection])
->getMock();
$this->service = $this->getMockBuilder('OCA\RansomwareDetection\Service\FileOperationService')
- ->setConstructorArgs([$mapper, $recovered, $this->userId])
+ ->setConstructorArgs([$mapper, $recoveredMapper, $this->userId])
->getMock();
$this->classifier = $this->getMockBuilder('OCA\RansomwareDetection\Classifier')
->setConstructorArgs([$this->logger, $mapper, $this->service])