Skip to content

Commit 3b36b4b

Browse files
committed
Fix profile test
1 parent 9ce3753 commit 3b36b4b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/Feature/ProfileTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ public function test_profile_information_can_be_updated(): void
4646
$user->refresh();
4747

4848
$this->assertSame('Test User', $user->name);
49-
$this->assertSame('[email protected]', $user->email);
5049
}
5150

5251
public function test_password_can_be_updated(): void

0 commit comments

Comments
 (0)