Skip to content

Commit f1c5ba8

Browse files
duncanmccleangithub-actions[bot]
authored andcommitted
Fix styling
1 parent cbbbefd commit f1c5ba8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/Imports/EditImportTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44

55
use Illuminate\Support\Facades\File;
66
use Illuminate\Support\Facades\Storage;
7+
use Inertia\Testing\AssertableInertia as Assert;
78
use PHPUnit\Framework\Attributes\Test;
89
use Statamic\Facades\Collection;
910
use Statamic\Facades\User;
1011
use Statamic\Importer\Facades\Import;
1112
use Statamic\Importer\Tests\TestCase;
1213
use Statamic\Testing\Concerns\PreventsSavingStacheItemsToDisk;
13-
use Inertia\Testing\AssertableInertia as Assert;
1414

1515
class EditImportTest extends TestCase
1616
{

tests/Imports/ViewImportListingTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
namespace Statamic\Importer\Tests\Imports;
44

55
use Illuminate\Support\Facades\File;
6+
use Inertia\Testing\AssertableInertia as Assert;
67
use PHPUnit\Framework\Attributes\Test;
78
use Statamic\Facades\Collection;
89
use Statamic\Facades\User;
910
use Statamic\Importer\Facades\Import;
1011
use Statamic\Importer\Tests\TestCase;
1112
use Statamic\Testing\Concerns\PreventsSavingStacheItemsToDisk;
12-
use Inertia\Testing\AssertableInertia as Assert;
1313

1414
class ViewImportListingTest extends TestCase
1515
{

0 commit comments

Comments
 (0)