#28 - holidays management #30

Merged
Baakoma merged 8 commits from #28-holidays-management into main 2022-01-25 09:02:48 +01:00
Showing only changes of commit ab844391bb - Show all commits

View File

@@ -113,7 +113,7 @@ class HolidayTest extends FeatureTestCase
]);
}
public function testAdminCanDeleteUser(): void
public function testAdminCanDeleteHoliday(): void
{
$admin = User::factory()->create();
$holiday = Holiday::factory()->create();