Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
StyleCIBot authored and KNaveenraj-ladybird committed Oct 26, 2023
1 parent c509841 commit c24911a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions tests/Unit/TicketControllerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ public function test_tooltip()
'priority_id' => 2,
'sla' => 2,
'help_topic_id' => 1,
'status' => 1,
'source' => 1
'status' => 1,
'source' => 1,
]
);
$ticket->save();
Expand Down Expand Up @@ -106,7 +106,6 @@ public function test_reply()

$user = User::latest()->first();


$this->actingAs($user);

$this->assertAuthenticated();
Expand Down

0 comments on commit c24911a

Please sign in to comment.