Skip to content

Commit

Permalink
test: add missing value
Browse files Browse the repository at this point in the history
  • Loading branch information
Mohammad-Alavi committed Nov 30, 2024
1 parent 83de82f commit c88dc83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Unit/Abstracts/Repositories/RepositoryTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,6 @@ public function testMultipleEagerLoadAppliesAllEagerLoads(): void
protected function setUp(): void
{
parent::setUp();
config()->set('fractal.auto_includes.request_key');
config()->set('fractal.auto_includes.request_key', 'include');
}
}

0 comments on commit c88dc83

Please sign in to comment.