Skip to content

Commit

Permalink
Fix code styling
Browse files Browse the repository at this point in the history
  • Loading branch information
crynobone authored and github-actions[bot] committed Sep 24, 2024
1 parent cf6fe32 commit ddf4894
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Feature/ProgressTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
'array' => [['Alabama', 'Alaska', 'Arizona', 'Arkansas']],
'collection' => [collect(['Alabama', 'Alaska', 'Arizona', 'Arkansas'])],
'integer' => [4],
])->skip(!depends_on_collection());
])->skip(! depends_on_collection());

it('renders a progress bar without a label', function () {
Prompt::fake();
Expand Down

0 comments on commit ddf4894

Please sign in to comment.