diff options
author | Git'Fellow <12234510+solracsf@users.noreply.github.com> | 2022-11-16 11:01:32 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-16 11:01:32 +0100 |
commit | 0f3150cff78c152e631cad65fd982f8d969bb41c (patch) | |
tree | 9bf647ccd8579a39072d55e219863511336fd297 | |
parent | c7e2787300d88e9597ee94ca773383fb0410c5a3 (diff) | |
download | nextcloud-server-0f3150cff78c152e631cad65fd982f8d969bb41c.tar.gz nextcloud-server-0f3150cff78c152e631cad65fd982f8d969bb41c.zip |
Tests adjustement
Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
-rw-r--r-- | tests/lib/ImageTest.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lib/ImageTest.php b/tests/lib/ImageTest.php index c843d5f5eb9..dcb09202639 100644 --- a/tests/lib/ImageTest.php +++ b/tests/lib/ImageTest.php @@ -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') |