Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
d7415 committed Oct 3, 2022
1 parent fc56fa7 commit 789317b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Feature/CommandGenerateThumbsTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public function testNoArguments(): void
public function testInvalidSizeVariantArgument(): void
{
$this->artisan(self::COMMAND, ['type' => 'smally'])
->expectsOutput('Type smally is not one of small, small2x, medium, medium2x')
->expectsOutput('Type smally is not one of thumb, thumb2x, small, small2x, medium, medium2x')
->assertExitCode(1);
}

Expand Down

0 comments on commit 789317b

Please sign in to comment.