]> source.dussan.org Git - nextcloud-server.git/commitdiff
Tests adjustement
authorGit'Fellow <12234510+solracsf@users.noreply.github.com>
Wed, 16 Nov 2022 10:01:32 +0000 (11:01 +0100)
committerGitHub <noreply@github.com>
Wed, 16 Nov 2022 10:01:32 +0000 (11:01 +0100)
Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
tests/lib/ImageTest.php

index c843d5f5eb9753e34abca033d1d59fb01f27d246..dcb09202639c5173a1345c1165249cee6b8f96ef 100644 (file)
@@ -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')