Skip to content

Commit 206068a

Browse files
committed
Fixed styleCI
1 parent c774b8d commit 206068a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/MagicLinkTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ public function test_it_can_get_magiclink2()
3636
$url = $this->testUser->create_magiclink(5);
3737
$response = $this->get($url);
3838
$response->assertStatus(302);
39-
$this->assertEquals(auth()->user()->id,$this->testUser->id);
39+
$this->assertEquals(auth()->user()->id, $this->testUser->id);
4040
}
4141

4242
public function test_url_error_return_403()

0 commit comments

Comments
 (0)