Skip to content

Commit

Permalink
Update Tests/Functional/Controller/FormControllerTest.php
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-schranz authored Jun 6, 2024
1 parent cc3d9c6 commit 4c9520d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/Functional/Controller/FormControllerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ public function testPutDuplicatedField(): void
'required' => true,
],
[
'key' => 'email', // we are testing here if second email field is correctly created as email2
'key' => 'email', // we are testing here if third email field is correctly created as email2
'type' => 'email',
'title' => 'Title',
'shortTitle' => 'Short Title',
Expand Down

0 comments on commit 4c9520d

Please sign in to comment.