summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Brahmer <info@b-brahmer.de>2022-03-07 21:01:39 +0100
committerBenjamin Brahmer <info@b-brahmer.de>2022-03-08 13:05:15 +0100
commitcd3b00332c65ff4c7ae644b1b7f07863159b32b3 (patch)
tree04af0d5efbd5cc3fe37bb16e91a426167809ddd6
parentb206673dc57d54e9864c6917b6047bbc730b504b (diff)
adjust test
Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
-rw-r--r--tests/Unit/Controller/FeedApiControllerTest.php2
1 files changed, 1 insertions, 1 deletions
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);