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 9ce3753 commit 3b36b4bCopy full SHA for 3b36b4b
tests/Feature/ProfileTest.php
@@ -46,7 +46,6 @@ public function test_profile_information_can_be_updated(): void
46
$user->refresh();
47
48
$this->assertSame('Test User', $user->name);
49
- $this->assertSame('[email protected]', $user->email);
50
}
51
52
public function test_password_can_be_updated(): void
0 commit comments