We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c774b8d commit 206068aCopy full SHA for 206068a
tests/MagicLinkTest.php
@@ -36,7 +36,7 @@ public function test_it_can_get_magiclink2()
36
$url = $this->testUser->create_magiclink(5);
37
$response = $this->get($url);
38
$response->assertStatus(302);
39
- $this->assertEquals(auth()->user()->id,$this->testUser->id);
+ $this->assertEquals(auth()->user()->id, $this->testUser->id);
40
}
41
42
public function test_url_error_return_403()
0 commit comments