Skip to content

Commit 79f9e1c

Browse files
Fix failure test case
1 parent 776315f commit 79f9e1c

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

tests/Feature/UserManagementTest.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -79,9 +79,4 @@ public function test_user_creation_date_is_in_valid_format()
7979

8080
$response->assertSee($user->created_at->format('d M Y'));
8181
}
82-
83-
public function test_a_failure()
84-
{
85-
$this->assertTrue(false);
86-
}
8782
}

0 commit comments

Comments
 (0)