Skip to content

Commit f1436bf

Browse files
committed
remove test assertion
1 parent 62cfc3b commit f1436bf

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/Feature/Settings/ProfileUpdateTest.php

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

4040
$this->assertSame('Test User', $user->name);
41-
$this->assertNotNull($user->email_verified_at);
4241
}
4342

4443
public function test_user_can_delete_their_account()

0 commit comments

Comments
 (0)