Tests adjustement

Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
This commit is contained in:
Git'Fellow 2022-11-16 11:01:32 +01:00 committed by GitHub
parent c7e2787300
commit 0f3150cff7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View 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')