Apply fixes from StyleCI

This commit is contained in:
StyleCI Bot
2023-09-20 06:41:32 +00:00
committed by KNaveenraj-ladybird
parent c50984170c
commit c24911a050

View File

@@ -68,8 +68,8 @@ class TicketControllerTest extends TestCase
'priority_id' => 2, 'priority_id' => 2,
'sla' => 2, 'sla' => 2,
'help_topic_id' => 1, 'help_topic_id' => 1,
'status' => 1, 'status' => 1,
'source' => 1 'source' => 1,
] ]
); );
$ticket->save(); $ticket->save();
@@ -106,7 +106,6 @@ class TicketControllerTest extends TestCase
$user = User::latest()->first(); $user = User::latest()->first();
$this->actingAs($user); $this->actingAs($user);
$this->assertAuthenticated(); $this->assertAuthenticated();