Skip to content

Commit

Permalink
chore: remove douplicated it on layer tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Katalam committed Oct 6, 2023
1 parent 4325c7c commit 8f78103
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Layer.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
expect($layer)->toUseNothing();
})->with(['App\Repositories', NonExistingClass::class, 'ray']);

it('it does include vendor dependencies', function () {
it('does include vendor dependencies', function () {
expect(DependsOnVendor::class)
->toOnlyUse('Pest')
->toOnlyUse('Pest\Support')
Expand Down

0 comments on commit 8f78103

Please sign in to comment.