Skip to content

Commit

Permalink
Syntax typo
Browse files Browse the repository at this point in the history
  • Loading branch information
JasperTey committed Nov 18, 2024
1 parent 1dd94d9 commit db9480b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Command/ConfigTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
$this->artisan('ddd:config')
->expectsQuestion('Laravel-DDD Config Utility', 'wizard')
->expectsOutput('This command is only available in Laravel 11 and above.')
->assertFailure()
->assertFailed()
->execute();
})->onlyOnLaravelVersionsBelow(11);

Expand Down

0 comments on commit db9480b

Please sign in to comment.