From 2a5c203cc0a8754d4b5ee817a1d8f9f01756ab24 Mon Sep 17 00:00:00 2001 From: philipp lang Date: Tue, 20 Feb 2024 01:59:31 +0100 Subject: [PATCH] Lint --- tests/EndToEnd/Form/FormApiListActionTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/EndToEnd/Form/FormApiListActionTest.php b/tests/EndToEnd/Form/FormApiListActionTest.php index f27e4dcd..63a8af44 100644 --- a/tests/EndToEnd/Form/FormApiListActionTest.php +++ b/tests/EndToEnd/Form/FormApiListActionTest.php @@ -30,7 +30,7 @@ class FormApiListActionTest extends EndToEndTestCase ->description('desc') ->from('2023-05-05') ->to('2023-06-07') - ->sections([FormtemplateSectionRequest::new()->name('sname')->fields([FormtemplateFieldRequest::type(TextField::class)])]) + ->sections([FormtemplateSectionRequest::new()->name('sname')]) ->create(); sleep(1);