Skip to content

Commit

Permalink
Fixes tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
crynobone committed Mar 27, 2020
1 parent a4d7158 commit db6760d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Feature/ConfigurationTest.php
Expand Up @@ -27,7 +27,7 @@ public function it_can_retrieve_projects_from_array()
public function it_can_retrieve_projects_from_class()
{
config([
'minions' => ['id' => 'minions', 'projects' => 'Minions\Tests\Feature\Concerns\StubFinder'],
'minions' => ['id' => 'minions', 'projects' => 'Minions\Tests\Feature\StubFinder'],
]);

$config = Configuration::make($this->app);
Expand Down

0 comments on commit db6760d

Please sign in to comment.