mirror of
https://github.com/nextcloud/server.git
synced 2026-03-05 15:01:16 -05:00
adjust test expectations
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
This commit is contained in:
parent
3ce5d4e545
commit
d33e0be2f1
1 changed files with 1 additions and 2 deletions
|
|
@ -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());
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue