Skip to content

Commit

Permalink
Create failure test to check action script
Browse files Browse the repository at this point in the history
  • Loading branch information
perisicnikola37 committed Mar 12, 2024
1 parent c05fa37 commit 776315f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/Feature/UserManagementTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -79,4 +79,9 @@ 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 776315f

Please sign in to comment.