From cd3b00332c65ff4c7ae644b1b7f07863159b32b3 Mon Sep 17 00:00:00 2001 From: Benjamin Brahmer Date: Mon, 7 Mar 2022 21:01:39 +0100 Subject: adjust test Signed-off-by: Benjamin Brahmer --- tests/Unit/Controller/FeedApiControllerTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Unit/Controller/FeedApiControllerTest.php b/tests/Unit/Controller/FeedApiControllerTest.php index 4e6f5f1f3..24fb7760d 100644 --- a/tests/Unit/Controller/FeedApiControllerTest.php +++ b/tests/Unit/Controller/FeedApiControllerTest.php @@ -284,7 +284,7 @@ class FeedApiControllerTest extends TestCase public function testRead() { - $this->itemService->expects($this->once()) + $this->feedService->expects($this->once()) ->method('read') ->with($this->userID,3,30); -- cgit v1.2.3