Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
freekmurze authored and github-actions[bot] committed Dec 30, 2024
1 parent 56584a4 commit 6dd4680
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/Commands/CreateTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -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');
Expand Down Expand Up @@ -127,4 +126,3 @@
->fileOnDiskToFailRegex('/CREATE TABLE(?: IF NOT EXISTS){0,1} "posts"/')
->fileOnDiskToPassRegex('/CREATE TABLE(?: IF NOT EXISTS){0,1} "models"/');
});

0 comments on commit 6dd4680

Please sign in to comment.