Skip to content

Commit 1958030

Browse files
committed
Set more descriptive test name
1 parent 081dcf1 commit 1958030

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Unit/Macros/LocalizedRoutesMacroTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ public function it_temporarily_changes_the_app_locale_when_registering_the_route
123123
}
124124

125125
/** @test */
126-
public function it_does_not_change_the_locale_without_activation()
126+
public function it_does_not_permanently_change_the_locale_without_middleware()
127127
{
128128
$this->setSupportedLocales(['en', 'nl']);
129129

0 commit comments

Comments
 (0)