Skip to content

Commit

Permalink
Removed unnecessary assertion
Browse files Browse the repository at this point in the history
  • Loading branch information
OussamaMater authored Apr 21, 2024
1 parent 8710320 commit 460f27b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test-dependencies.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ To address this issue, Pest offers the `depends()` method, which allows a "Child
```php
test('parent', function () {
expect(true)->toBeTrue();

$this->assertTrue(true);
});

test('child', function () {
Expand Down

0 comments on commit 460f27b

Please sign in to comment.