This commit is contained in:
EwelinaLasowy
2022-02-14 15:29:24 +01:00
parent 2bf2b99e28
commit 885dcdf9bb
3 changed files with 3 additions and 3 deletions

View File

@@ -181,7 +181,7 @@ class VacationRequestTest extends FeatureTestCase
"comment" => "Comment for the vacation request.",
])
->assertSessionHasErrors([
"vacationRequest" => __("You have exceeded your vacation limit."),
"vacationRequest" => __("Vacation limit has been exceeded."),
]);
}