fix tests

This commit is contained in:
philipp lang 2024-01-10 21:43:22 +01:00
parent 888f4ee976
commit d16f02c8b3
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ class FormtemplateIndexActionTest extends TestCase
public function testItDisplaysIndexPage(): void
{
$formtemplate = Formtemplate::factory()->sections([FormtemplateSectionRequest::new()->name('sname')->create()])->create();
$formtemplate = Formtemplate::factory()->sections([FormtemplateSectionRequest::new()->name('sname')])->create();
$group = Group::factory()->has(Group::factory()->state(['inner_name' => 'child']), 'children')->create(['inner_name' => 'root']);
$this->login()->loginNami(12345, 'pasword', $group)->withoutExceptionHandling();