Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
bastien-phi committed Dec 30, 2024
1 parent e3d3e8c commit 3e10d06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Feature/AliasesCommandTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public function theCommandIsSuccessful(): void
AliasLoader::getInstance(['Concurrency' => \Illuminate\Support\Facades\Concurrency::class]);
}
if (config('app.aliases.Uri') === null) {
AliasLoader::getInstance(['Number' => \Illuminate\Support\Uri::class]);
AliasLoader::getInstance(['Uri' => \Illuminate\Support\Uri::class]);
}

config([
Expand Down

0 comments on commit 3e10d06

Please sign in to comment.