diff options
author | Julius Härtl <jus@bitgrid.net> | 2017-12-19 18:49:03 +0100 |
---|---|---|
committer | Julius Härtl <jus@bitgrid.net> | 2017-12-19 18:49:27 +0100 |
commit | 0ff3c81fc14793ddb39d6d46549ec56cfec26ddd (patch) | |
tree | 3d976ec5e32d105967c2d76bfbb9f8ca694cd61f /tests | |
parent | 325637f4f30e232260b46245b454ce4a37a01734 (diff) | |
download | nextcloud-server-0ff3c81fc14793ddb39d6d46549ec56cfec26ddd.tar.gz nextcloud-server-0ff3c81fc14793ddb39d6d46549ec56cfec26ddd.zip |
Fix failing AvatarTest
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/lib/AvatarTest.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lib/AvatarTest.php b/tests/lib/AvatarTest.php index 240aecc115e..9da719c26de 100644 --- a/tests/lib/AvatarTest.php +++ b/tests/lib/AvatarTest.php @@ -210,7 +210,7 @@ class AvatarTest extends \Test\TestCase { ->method('putContent') ->with($image->data()); - $this->config->expects($this->once()) + $this->config->expects($this->exactly(3)) ->method('setUserValue'); $this->config->expects($this->once()) ->method('getUserValue'); |