Apply fixes from StyleCI
This commit is contained in:

committed by
KNaveenraj-ladybird

parent
c50984170c
commit
c24911a050
@@ -69,7 +69,7 @@ class TicketControllerTest extends TestCase
|
|||||||
'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();
|
||||||
|
Reference in New Issue
Block a user