Skip to content

Commit 8e29ee0

Browse files
committed
fix test
1 parent a797f1c commit 8e29ee0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Console/ClearMediaTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ public function test_clear_media_command(): void
1414
{
1515
$medium = Medium::factory()->create();
1616

17-
$this->artisan('root:clear-media', ['all' => true])
17+
$this->artisan('root:clear-media', ['--all' => true])
1818
->expectsOutput('1 media have been deleted!')
1919
->assertExitCode(Command::SUCCESS);
2020

0 commit comments

Comments
 (0)