Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Marko259 committed Aug 2, 2024
1 parent e54f461 commit 8371094
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Feature/Misc/APITest.php
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ public function test_events_can_be_recieved_from_the_api()
'calendar_id' => $event->calendar_id,
'title' => $event->title,
'short_description' => $event->short_description,
'slong_description' => $event->long_description,
'long_description' => $event->long_description,
'start_date' => $event->start_date,
'end_date' => $event->end_date,
'recurrence_interval' => $event->recurrence_interval,
Expand Down

0 comments on commit 8371094

Please sign in to comment.