Skip to content

Commit

Permalink
Fix CS
Browse files Browse the repository at this point in the history
  • Loading branch information
trasher committed Nov 28, 2024
1 parent dda0d4f commit c910909
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions phpunit/imap/MailCollectorTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,10 @@ public function testGetEmpty()
'use_mail_date' => '',
'date_creation' => '',
'requester_field' => '',
'add_to_to_observer' => '',
'add_to_to_observer' => '',
'add_cc_to_observer' => '',
'collect_only_unread' => '',
'create_user_from_email' => '',
'create_user_from_email' => '',
'last_collect_date' => '',
],
$instance->fields
Expand Down Expand Up @@ -940,7 +940,6 @@ public function testCollect()
sort($names);
sort($actor_specs['tickets_names']);
$this->assertSame($actor_specs['tickets_names'], $names);

}

// Check creation of expected documents
Expand Down

0 comments on commit c910909

Please sign in to comment.