Skip to content

Commit c4fdc55

Browse files
committed
fixup! adjust tests
Signed-off-by: Christian Hartmann <chris-hartmann@gmx.de>
1 parent 1e8708e commit c4fdc55

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/Unit/Controller/ApiControllerTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1026,7 +1026,7 @@ public function testGetSubmission_noPermissions() {
10261026
->willReturn(false);
10271027

10281028
$this->expectException(NoSuchFormException::class);
1029-
$this->apiController->getSubmission(1, 42);
1029+
$this->apiController->getSubmission(1, 42);
10301030
}
10311031

10321032
public function testGetSubmission_notFound() {
@@ -1065,7 +1065,7 @@ public function testGetSubmission_success() {
10651065
'formId' => 1,
10661066
'userId' => 'jdoe',
10671067
// Add any other fields that SubmissionService::getSubmission would return, e.g., timestamp
1068-
'timestamp' => 1234567890
1068+
'timestamp' => 1234567890
10691069
];
10701070

10711071
$this->formMapper->expects($this->once())

0 commit comments

Comments
 (0)