Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/remove-collections-dep' into r…
Browse files Browse the repository at this point in the history
…emove-collections-dep
  • Loading branch information
crynobone committed Sep 24, 2024
2 parents 580bbee + ddf4894 commit ee070c0
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' => [fn () => 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 ee070c0

Please sign in to comment.