Skip to content

Commit cd14605

Browse files
committed
Rename test
1 parent 6727dc6 commit cd14605

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Unit/Macros/LocalizedUrlMacroTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ public function the_macro_does_not_blow_up_on_a_default_404_error()
220220
}
221221

222222
/** @test */
223-
public function it_returns_localized_urls_for_non_existing_routes_that_have_a_supported_locale_in_their_url_if_you_register_a_fallback_route()
223+
public function it_returns_a_localized_url_for_a_localized_fallback_route()
224224
{
225225
$this->setSupportedLocales(['en', 'nl']);
226226

0 commit comments

Comments
 (0)