Skip to content

Commit 77df1d9

Browse files
committed
fixup! test: update form tests to include lockedBy and lockedUntil fields
Signed-off-by: Christian Hartmann <chris-hartmann@gmx.de>
1 parent 0af79eb commit 77df1d9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/Unit/Controller/ApiControllerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -979,7 +979,7 @@ public function testTransferNewOwnerNotFound() {
979979
->with(1)
980980
->willReturn($form);
981981

982-
$this->formsService
982+
$this->formsService
983983
->method('canEditForm')
984984
->with($form)
985985
->willReturn(true);

0 commit comments

Comments
 (0)