Skip to content

Commit

Permalink
restore success tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dnicknick committed Jan 10, 2024
1 parent c82a6ec commit b1ef2d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/tests/DefaultTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ class DefaultTest extends TestCase
{
public function testDefault(): void
{
$this->assertTrue(false);
$this->assertTrue(true);
}
}

0 comments on commit b1ef2d7

Please sign in to comment.