#22 - fix
This commit is contained in:
		| @@ -63,7 +63,6 @@ class VacationRequestTest extends FeatureTestCase | |||||||
|             ->for($currentYearPeriod) |             ->for($currentYearPeriod) | ||||||
|             ->create(); |             ->create(); | ||||||
|  |  | ||||||
|  |  | ||||||
|         $this->actingAs($user) |         $this->actingAs($user) | ||||||
|             ->post("/vacation-requests", [ |             ->post("/vacation-requests", [ | ||||||
|                 "type" => VacationType::VACATION->value, |                 "type" => VacationType::VACATION->value, | ||||||
| @@ -185,7 +184,6 @@ class VacationRequestTest extends FeatureTestCase | |||||||
|             ]); |             ]); | ||||||
|     } |     } | ||||||
|  |  | ||||||
|  |  | ||||||
|     public function testUserCannotCreateVacationRequestAtWeekend(): void |     public function testUserCannotCreateVacationRequestAtWeekend(): void | ||||||
|     { |     { | ||||||
|         $user = User::factory()->createQuietly(); |         $user = User::factory()->createQuietly(); | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user