Skip to content

Commit

Permalink
Commit from GitHub Actions (style-fix)
Browse files Browse the repository at this point in the history
  • Loading branch information
cesargb committed Mar 28, 2023
1 parent 84320c3 commit c89cd35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Actions/LoginTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ public function test_auth_with_remember_me()

$cookieRememberMe = array_values(array_filter(
$data->headers->getCookies(),
fn($cookie) => str_starts_with($cookie->getName(),'remember_web_')
fn ($cookie) => str_starts_with($cookie->getName(), 'remember_web_')
))[0] ?? null;

$this->assertNotNull($cookieRememberMe);
Expand Down

0 comments on commit c89cd35

Please sign in to comment.