From 0d07975e5362fda35c46a27a770a3b0d4dfdf71d Mon Sep 17 00:00:00 2001 From: philipp lang Date: Thu, 4 Jul 2024 22:12:45 +0200 Subject: [PATCH] Fix tests --- tests/Feature/Member/PreventionTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Feature/Member/PreventionTest.php b/tests/Feature/Member/PreventionTest.php index 55b3613d..678ab1ed 100644 --- a/tests/Feature/Member/PreventionTest.php +++ b/tests/Feature/Member/PreventionTest.php @@ -198,7 +198,7 @@ class PreventionTest extends TestCase return Participant::factory()->for($form)->data([ 'vorname' => 'Max', 'nachname' => 'Muster', - 'enail' => 'mail@a.de', + 'email' => 'mail@a.de', ])->for(Member::factory()->defaults()->has(Membership::factory()->inLocal('€ LeiterIn', 'Wölfling')))->create(); } }