Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
jessarcher committed Sep 25, 2024
1 parent a467b1c commit caed656
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/Feature/SelectPromptTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,11 @@

$result = select(
label: 'What is your favorite color?',
options: collect(
options: collect([
'Red',
'Green',
'Blue',
),
]),
);

expect($result)->toBe('Green');
Expand Down

0 comments on commit caed656

Please sign in to comment.