Skip to content

Commit 6dd4680

Browse files
freekmurzegithub-actions[bot]
authored andcommitted
Fix styling
1 parent 56584a4 commit 6dd4680

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/Commands/CreateTest.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
use Carbon\Carbon;
44
use Illuminate\Support\Facades\Artisan;
5-
use Illuminate\Support\Facades\Storage;
65

76
it('can create a snapshot without a specific', function () {
87
Artisan::call('snapshot:create');
@@ -127,4 +126,3 @@
127126
->fileOnDiskToFailRegex('/CREATE TABLE(?: IF NOT EXISTS){0,1} "posts"/')
128127
->fileOnDiskToPassRegex('/CREATE TABLE(?: IF NOT EXISTS){0,1} "models"/');
129128
});
130-

0 commit comments

Comments
 (0)