mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
Fixed typo from last commit
Fixed typo in getAppValue mocket method from last commit Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
This commit is contained in:
parent
ea0ad82e56
commit
fbd8c5db4f
1 changed files with 1 additions and 1 deletions
|
|
@ -878,7 +878,7 @@ class UserTest extends \Test\TestCase {
|
|||
->with($this->equalTo('user_ldap'),
|
||||
$this->equalTo('updateAttributesInterval'),
|
||||
$this->anything())
|
||||
->will($this->returnValue(1800);
|
||||
->will($this->returnValue(1800));
|
||||
$config->expects($this->exactly(2))
|
||||
->method('getUserValue');
|
||||
$config->expects($this->never())
|
||||
|
|
|
|||
Loading…
Reference in a new issue