Skip to content

Commit

Permalink
Update CalendarTest.php
Browse files Browse the repository at this point in the history
  • Loading branch information
aocneanu committed Nov 26, 2020
1 parent 9c915c6 commit 375c992
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/features/CalendarTest.php
Expand Up @@ -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()));
Expand Down

0 comments on commit 375c992

Please sign in to comment.