Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
[ci skip] [skip ci]
  • Loading branch information
tabuna authored and StyleCIBot committed May 23, 2019
1 parent 6641318 commit 3836a33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Feature/Platform/AuthTest.php
Expand Up @@ -34,7 +34,7 @@ public function testRouteDashboardLoginAuthSuccess()
$response = $this->post(route('platform.login.auth'), [
'email' => $this->createAdminUser()->email,
'password' => 'secret',
'remember' => 'on'
'remember' => 'on',
]);

$response
Expand Down

0 comments on commit 3836a33

Please sign in to comment.