Skip to content

Commit c998680

Browse files
committed
Fix tests in CheckSetupControllerTest
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
1 parent 24f8b04 commit c998680

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

apps/settings/tests/Controller/CheckSetupControllerTest.php

-4
Original file line numberDiff line numberDiff line change
@@ -191,10 +191,6 @@ public function testCheck() {
191191
'relativeTime' => '2 hours ago',
192192
'backgroundJobsUrl' => 'https://example.org',
193193
]);
194-
$this->checker
195-
->expects($this->once())
196-
->method('hasPassedCheck')
197-
->willReturn(true);
198194

199195
$this->checkSetupController
200196
->expects($this->once())

0 commit comments

Comments
 (0)