Skip to content

Commit 6acada9

Browse files
driesvintsgithub-actions[bot]
authored andcommitted
Fix code styling
1 parent c6bda9d commit 6acada9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/Feature/ReplyTest.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
use App\Models\User;
88
use App\Notifications\MentionNotification;
99
use App\Rules\InvalidMentionRule;
10-
use Illuminate\Foundation\Testing\DatabaseMigrations;
1110
use Illuminate\Foundation\Testing\RefreshDatabase;
1211
use Illuminate\Notifications\DatabaseNotification;
1312
use Illuminate\Support\Facades\Notification;
@@ -201,7 +200,7 @@
201200
'replyable_id' => $thread->id,
202201
'replyable_type' => Thread::TABLE,
203202
]);
204-
203+
205204
$notification = DatabaseNotification::first();
206205
$this->assertSame($user->id, (int) $notification->notifiable_id);
207206
$this->assertSame('users', $notification->notifiable_type);

0 commit comments

Comments
 (0)