From a71af994bb52f420900f58e0aeeb2472d273c47e Mon Sep 17 00:00:00 2001 From: philipp lang Date: Tue, 18 Jun 2024 15:07:10 +0200 Subject: [PATCH] Fix tests --- tests/Feature/Form/FormtemplateSectionRequest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Feature/Form/FormtemplateSectionRequest.php b/tests/Feature/Form/FormtemplateSectionRequest.php index 490b3cc5..c1d22210 100644 --- a/tests/Feature/Form/FormtemplateSectionRequest.php +++ b/tests/Feature/Form/FormtemplateSectionRequest.php @@ -16,7 +16,7 @@ class FormtemplateSectionRequest extends RequestFactory { return [ 'name' => $this->faker->words(5, true), - 'intro' => '', + 'intro' => null, 'fields' => [], ]; }