From d33e0be2f1e2b276fc99b7f22cd5496cfc6c18a4 Mon Sep 17 00:00:00 2001 From: Arthur Schiwon Date: Wed, 4 Sep 2019 13:36:36 +0200 Subject: adjust test expectations Signed-off-by: Arthur Schiwon --- tests/lib/Avatar/UserAvatarTest.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'tests') diff --git a/tests/lib/Avatar/UserAvatarTest.php b/tests/lib/Avatar/UserAvatarTest.php index 061866bedb0..2ce9266cf4d 100644 --- a/tests/lib/Avatar/UserAvatarTest.php +++ b/tests/lib/Avatar/UserAvatarTest.php @@ -223,8 +223,7 @@ class UserAvatarTest extends \Test\TestCase { $this->config->expects($this->once()) ->method('getUserValue'); - // One on remove and once on setting the new avatar - $this->user->expects($this->exactly(2))->method('triggerChange'); + $this->user->expects($this->exactly(1))->method('triggerChange'); $this->avatar->set($image->data()); } -- cgit v1.2.3