From 65da0abdcab42608b07df3792fae650894679055 Mon Sep 17 00:00:00 2001 From: Enzo Innocenzi Date: Mon, 4 Mar 2024 10:36:37 +0100 Subject: [PATCH] test: fix question --- tests/Features/Commands/UpdateTsconfigCommandTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Features/Commands/UpdateTsconfigCommandTest.php b/tests/Features/Commands/UpdateTsconfigCommandTest.php index e944849..e25a7d9 100644 --- a/tests/Features/Commands/UpdateTsconfigCommandTest.php +++ b/tests/Features/Commands/UpdateTsconfigCommandTest.php @@ -70,7 +70,7 @@ set_env('production'); this()->artisan('vite:tsconfig') ->expectsConfirmation( - question: 'Do you really wish to run this command?', + question: 'Are you sure you want to run this command?', answer: 'yes' ) ->assertExitCode(0);