From ee9472dded92876c3968dac9997c260e6b9158f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samuel=20=C5=A0tancl?= Date: Tue, 18 Oct 2022 18:46:44 +0200 Subject: [PATCH] type GitHub properly --- tests/CommandsTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/CommandsTest.php b/tests/CommandsTest.php index 60fcd0c6..960feecd 100644 --- a/tests/CommandsTest.php +++ b/tests/CommandsTest.php @@ -168,7 +168,7 @@ test('install command works', function () { } pest()->artisan('tenancy:install') - ->expectsConfirmation('Would you like to show your support by starring the project on Github ?', 'no') + ->expectsConfirmation('Would you like to show your support by starring the project on GitHub?', 'no') ->assertExitCode(0); expect(base_path('routes/tenant.php'))->toBeFile(); expect(base_path('config/tenancy.php'))->toBeFile();