fix tests for address render

This commit is contained in:
2022-02-11 15:03:54 +01:00
parent 42579b5752
commit 22417ee9f9
2 changed files with 10 additions and 10 deletions

View File

@@ -225,7 +225,7 @@ final class PersonController extends AbstractController
])->add('createPeriod', SubmitType::class, [
'label' => 'Add the person and create an accompanying period',
])->add('createHousehold', SubmitType::class, [
'label' => 'Add the person and create a household'
'label' => 'Add the person and create a household',
]);
$form->handleRequest($request);