diff --git a/tests/Feature/SelectPromptTest.php b/tests/Feature/SelectPromptTest.php index d7b18e1..0f52c47 100644 --- a/tests/Feature/SelectPromptTest.php +++ b/tests/Feature/SelectPromptTest.php @@ -57,11 +57,11 @@ $result = select( label: 'What is your favorite color?', - options: collect( + options: collect([ 'Red', 'Green', 'Blue', - ), + ]), ); expect($result)->toBe('Green');