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/Service/FileOperationServiceTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Unit/Service/FileOperationServiceTest.php b/tests/Unit/Service/FileOperationServiceTest.php
index 51037ce..db1d0ff 100644
--- a/tests/Unit/Service/FileOperationServiceTest.php
+++ b/tests/Unit/Service/FileOperationServiceTest.php
@@ -214,7 +214,7 @@ class FileOperationServiceTest extends MapperTestUtility
$fileOperation->setUserId($userId);
$fileOperation->setId(3);
- $sql = 'SELECT * FROM `*PREFIX*ransomware_detection` WHERE `id` = ? AND `user_id` = ?';
+ $sql = 'SELECT * FROM `*PREFIX*ransomware_detection` WHERE `id` = ? AND `user_id` = ?';
$arguments = [$fileOperation->getId(), $userId];
$this->setMapperResult($sql, $arguments, [], null, null, true);