File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -116,7 +116,7 @@ public function testMagicLinkVerifyExpired(): void
116116 $ result ->assertSessionHas ('error ' , lang ('Auth.magicLinkExpired ' ));
117117
118118 // It should have set temp session var
119- $ this ->assertFalse (session ()->has ('magic_link_login ' ));
119+ $ this ->assertFalse (session ()->has ('magicLogin ' ));
120120 }
121121
122122 public function testMagicLinkVerifySuccess (): void
@@ -139,7 +139,7 @@ public function testMagicLinkVerifySuccess(): void
139139 $ this ->assertTrue (auth ()->loggedIn ());
140140
141141 // It should have set temp session var
142- $ this ->assertTrue (session ()->has ('magic_login ' ));
143- $ this ->assertTrue (session ('magic_login ' ));
142+ $ this ->assertTrue (session ()->has ('magicLogin ' ));
143+ $ this ->assertTrue (session ('magicLogin ' ));
144144 }
145145}
You can’t perform that action at this time.
0 commit comments