Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
ralphjsmit authored and actions-user committed Mar 25, 2022
1 parent de520ee commit 53f6c8a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/SEOTest.php
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<?php

use function Pest\Laravel\assertDatabaseCount;
use function Pest\Laravel\assertDatabaseHas;
use RalphJSmit\Filament\SEO\Tests\Fixtures\Http\Livewire\CreatePost;
use RalphJSmit\Filament\SEO\Tests\Fixtures\Http\Livewire\EditPost;

use RalphJSmit\Filament\SEO\Tests\Fixtures\Models\Post;
use RalphJSmit\Laravel\SEO\Models\SEO;

use function Pest\Laravel\assertDatabaseCount;
use function Pest\Laravel\assertDatabaseHas;

it('can create a post with seo', function () {
$livewire = Livewire\Livewire::test(CreatePost::class);

Expand Down

0 comments on commit 53f6c8a

Please sign in to comment.