Skip to content

Commit

Permalink
Fix failure test case
Browse files Browse the repository at this point in the history
  • Loading branch information
perisicnikola37 committed Mar 12, 2024
1 parent 776315f commit 79f9e1c
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions tests/Feature/UserManagementTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,4 @@ public function test_user_creation_date_is_in_valid_format()

$response->assertSee($user->created_at->format('d M Y'));
}

public function test_a_failure()
{
$this->assertTrue(false);
}
}

0 comments on commit 79f9e1c

Please sign in to comment.