Skip to content

Commit d8e6d51

Browse files
- fix tests
1 parent 117b5a8 commit d8e6d51

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

tests/Feature/VacationRequestTest.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -757,7 +757,6 @@ public function testCorrectVacationTypesAreAvailableForEmployee(): void
757757
["label" => "Wolontariat", "value" => "volunteering_vacation"],
758758
["label" => "Odbiór za święto", "value" => "time_in_lieu"],
759759
["label" => "Zwolnienie lekarskie", "value" => "sick_vacation"],
760-
["label" => "Nieobecność", "value" => "absence"],
761760
["label" => "Praca zdalna", "value" => "remote_work"],
762761
]);
763762
}
@@ -784,7 +783,6 @@ public function testCorrectVacationTypesAreAvailableForTechnicalApprover(): void
784783
["label" => "Wolontariat", "value" => "volunteering_vacation"],
785784
["label" => "Odbiór za święto", "value" => "time_in_lieu"],
786785
["label" => "Zwolnienie lekarskie", "value" => "sick_vacation"],
787-
["label" => "Nieobecność", "value" => "absence"],
788786
["label" => "Praca zdalna", "value" => "remote_work"],
789787
]);
790788
}
@@ -811,7 +809,6 @@ public function testCorrectVacationTypesAreAvailableForAdministrativeApprover():
811809
["label" => "Wolontariat", "value" => "volunteering_vacation"],
812810
["label" => "Odbiór za święto", "value" => "time_in_lieu"],
813811
["label" => "Zwolnienie lekarskie", "value" => "sick_vacation"],
814-
["label" => "Nieobecność", "value" => "absence"],
815812
["label" => "Praca zdalna", "value" => "remote_work"],
816813
["label" => "Delegacja", "value" => "delegation"],
817814
]);
@@ -839,7 +836,6 @@ public function testCorrectVacationTypesAreAvailableForAdmin(): void
839836
["label" => "Wolontariat", "value" => "volunteering_vacation"],
840837
["label" => "Odbiór za święto", "value" => "time_in_lieu"],
841838
["label" => "Zwolnienie lekarskie", "value" => "sick_vacation"],
842-
["label" => "Nieobecność", "value" => "absence"],
843839
["label" => "Praca zdalna", "value" => "remote_work"],
844840
["label" => "Delegacja", "value" => "delegation"],
845841
]);

0 commit comments

Comments
 (0)