From 74dc7cd847de8521208da964236d87e1b4bfa087 Mon Sep 17 00:00:00 2001 From: Matthias Held Date: Thu, 13 Sep 2018 21:59:53 +0200 Subject: Simplify sequence analysis color coding Signed-off-by: Matthias Held --- tests/Unit/Connector/Sabre/RequestPluginTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/Unit') 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); } -- cgit v1.2.3