From 2008a46abe1c05dfb895a9b42b0295c7aa7debf1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?D=2E=20Nagy=20Gerg=C5=91?= Date: Mon, 4 Mar 2024 12:40:25 +0100 Subject: [PATCH] fix --- tests/Console/CommandsTest.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/tests/Console/CommandsTest.php b/tests/Console/CommandsTest.php index ed8c123a..fa073ea5 100644 --- a/tests/Console/CommandsTest.php +++ b/tests/Console/CommandsTest.php @@ -24,8 +24,5 @@ public function test_it_can_install_bazar(): void $this->artisan('bazar:install') ->assertSuccessful(); - - $this->artisan('bazar:install', ['--seed' => true]) - ->assertSuccessful(); } }