From f5f47f01ef08e5e4ce03f6b9aaec54f0ea9a8d6a Mon Sep 17 00:00:00 2001 From: freekmurze Date: Mon, 30 Dec 2024 09:58:54 +0000 Subject: [PATCH] Fix styling --- tests/Commands/CreateTest.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/Commands/CreateTest.php b/tests/Commands/CreateTest.php index a39a8f7..59b57cd 100644 --- a/tests/Commands/CreateTest.php +++ b/tests/Commands/CreateTest.php @@ -2,7 +2,6 @@ use Carbon\Carbon; use Illuminate\Support\Facades\Artisan; -use Illuminate\Support\Facades\Storage; it('can create a snapshot without a specific', function () { Artisan::call('snapshot:create'); @@ -127,4 +126,3 @@ ->fileOnDiskToFailRegex('/CREATE TABLE(?: IF NOT EXISTS){0,1} "posts"/') ->fileOnDiskToPassRegex('/CREATE TABLE(?: IF NOT EXISTS){0,1} "models"/'); }); -