Skip to content

Commit 998a99d

Browse files
committed
fix styleci
1 parent 825aa56 commit 998a99d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/MagicLinkTest.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,6 @@ public function test_fail_with_badlink()
8282
$this->assertNull(auth()->user());
8383
$response->assertStatus(302);
8484
$response->assertRedirect(config('magiclink.url.redirect_error', 'magiclink/error'));
85-
8685
}
8786

8887
public function test_fail_with_token_expired()
@@ -98,6 +97,5 @@ public function test_fail_with_token_expired()
9897
$this->assertNull(auth()->user());
9998
$response->assertStatus(302);
10099
$response->assertRedirect(config('magiclink.url.redirect_error', 'magiclink/error'));
101-
102100
}
103101
}

0 commit comments

Comments
 (0)