mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
Tests adjustement
Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
This commit is contained in:
parent
c7e2787300
commit
0f3150cff7
1 changed files with 1 additions and 1 deletions
|
|
@ -140,7 +140,7 @@ class ImageTest extends \Test\TestCase {
|
|||
$config = $this->createMock(IConfig::class);
|
||||
$config->expects($this->once())
|
||||
->method('getAppValue')
|
||||
->with('preview', 'jpeg_quality', 90)
|
||||
->with('preview', 'jpeg_quality', 80)
|
||||
->willReturn(null);
|
||||
$config->expects($this->once())
|
||||
->method('getSystemValueInt')
|
||||
|
|
|
|||
Loading…
Reference in a new issue