Skip to content

Commit ff483f2

Browse files
joshtrichardsmvanhorn
authored andcommitted
chore: fixup PublicPreviewControllerTest getPreview expected crop boolean
Signed-off-by: Josh <josh.t.richards@gmail.com>
1 parent 504d0a4 commit ff483f2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/files_sharing/tests/Controller/PublicPreviewControllerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ public function testPreviewFolderValidFileMimeFallbackRedirectsWhenPreviewMissin
329329
->willReturn('text/plain');
330330

331331
$this->previewManager->method('getPreview')
332-
->with($this->equalTo($file), 10, 10, false)
332+
->with($this->equalTo($file), 10, 10, true)
333333
->willThrowException(new NotFoundException());
334334

335335
$this->mimeIconProvider->method('getMimeIconUrl')

0 commit comments

Comments
 (0)