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:
authorMatthias Held <ilovemilk@wusa.io>2018-09-13 22:59:53 +0300
committerMatthias Held <ilovemilk@wusa.io>2018-09-13 22:59:53 +0300
commit74dc7cd847de8521208da964236d87e1b4bfa087 (patch)
treee788e27665630f29e58ec97be342bb9d052f5ec0 /tests/Unit
parent7d990924d2f0182f6ef2c94099dae858f2e03823 (diff)
Simplify sequence analysis color coding
Signed-off-by: Matthias Held <matthias.held@uni-konstanz.de>
Diffstat (limited to 'tests/Unit')
-rw-r--r--tests/Unit/Connector/Sabre/RequestPluginTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Unit/Connector/Sabre/RequestPluginTest.php b/tests/Unit/Connector/Sabre/RequestPluginTest.php
index e83ba30..9c2c282 100644
--- a/tests/Unit/Connector/Sabre/RequestPluginTest.php
+++ b/tests/Unit/Connector/Sabre/RequestPluginTest.php
@@ -107,7 +107,7 @@ class RequestPluginTest extends TestCase
$this->config->expects($this->any())
->method('getAppValue')
- ->willReturn(3);
+ ->willReturn(2);
$this->requestPlugin = new RequestPlugin($this->logger, $this->config, $this->userSession, $this->session, $this->service, $this->notifications, $this->classifier, $this->sequenceAnalyzer);
}