summaryrefslogtreecommitdiffstats
path: root/tests/lib/avatarmanagertest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/lib/avatarmanagertest.php')
-rw-r--r--tests/lib/avatarmanagertest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lib/avatarmanagertest.php b/tests/lib/avatarmanagertest.php
index 40d07bb49ae..cb9068c46a6 100644
--- a/tests/lib/avatarmanagertest.php
+++ b/tests/lib/avatarmanagertest.php
@@ -55,7 +55,7 @@ class AvatarManagerTest extends \Test\TestCase {
public function testGetAvatarValidUser() {
$this->userManager->expects($this->once())
- ->method('userExists')
+ ->method('get')
->with('validUser')
->willReturn(true);