Lint
This commit is contained in:
parent
5f48b4e64d
commit
2a5c203cc0
|
@ -30,7 +30,7 @@ class FormApiListActionTest extends EndToEndTestCase
|
||||||
->description('desc')
|
->description('desc')
|
||||||
->from('2023-05-05')
|
->from('2023-05-05')
|
||||||
->to('2023-06-07')
|
->to('2023-06-07')
|
||||||
->sections([FormtemplateSectionRequest::new()->name('sname')->fields([FormtemplateFieldRequest::type(TextField::class)])])
|
->sections([FormtemplateSectionRequest::new()->name('sname')])
|
||||||
->create();
|
->create();
|
||||||
|
|
||||||
sleep(1);
|
sleep(1);
|
||||||
|
|
Loading…
Reference in New Issue