diff --git a/tests/features/CalendarTest.php b/tests/features/CalendarTest.php index 22791f1..50bc7ac 100644 --- a/tests/features/CalendarTest.php +++ b/tests/features/CalendarTest.php @@ -43,7 +43,7 @@ public function create_calendar() /** @test */ public function can_limit_birthday_calendar_roles() { - Config::set('enso.calendar.options.birthday.roles', []); + Config::set('enso.calendar.birthdays.roles', []); $this->assertEmpty((new BirthdayCalendar()) ->events(Person::first()->birthday, Person::first()->birthday->addDay()));