Skip to content

Commit

Permalink
Revert "Force fail test to debug workflow"
Browse files Browse the repository at this point in the history
This reverts commit 7b0cc35.
  • Loading branch information
caendesilva committed Mar 22, 2024
1 parent 7b0cc35 commit 2633237
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/framework/tests/Feature/ExampleTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ class ExampleTest extends TestCase
{
public function testExample()
{
$this->assertTrue(false);
$this->assertTrue(true);
}
}

0 comments on commit 2633237

Please sign in to comment.