Skip to content

Commit

Permalink
StyleCi update
Browse files Browse the repository at this point in the history
  • Loading branch information
kamiben authored and edgrosvenor committed Apr 22, 2020
1 parent 82ab5e7 commit 50006d5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion tests/SignedUrlTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ public function allows_alternative_auth_model()
/** @test */
public function an_expired_request_will_not_log_user_in()
{
sleep(config('laravel-passwordless-login.login_route_expires')+1);
sleep(config('laravel-passwordless-login.login_route_expires') + 1);
$this->assertGuest();
$response = $this->get($this->url);
$response->assertStatus(401);
Expand Down
1 change: 0 additions & 1 deletion tests/TestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,5 @@ protected function getEnvironmentSetUp($app)
{
$app['config']->set('database.default', 'testing');
$app['config']->set('app.key', 'base64:r0w0xC+mYYqjbZhHZ3uk1oH63VadA3RKrMW52OlIDzI=');

}
}

0 comments on commit 50006d5

Please sign in to comment.