Skip to content

Commit

Permalink
fixup! Feat: Search mail bodies
Browse files Browse the repository at this point in the history
Signed-off-by: hamza221 <[email protected]>
  • Loading branch information
hamza221 committed Oct 22, 2023
1 parent d54d73d commit fbb72c0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/Integration/Db/MailAccountTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,8 @@ public function testToAPI() {
'quotaPercentage' => 10,
'trashRetentionDays' => 60,
'junkMailboxId' => null,
'snoozeMailboxId' => null
'snoozeMailboxId' => null,
'searchBody' => false
], $a->toJson());
}

Expand Down Expand Up @@ -115,6 +116,7 @@ public function testMailAccountConstruct() {
'trashRetentionDays' => 60,
'junkMailboxId' => null,
'snoozeMailboxId' => null,
'searchBody' => false
];
$a = new MailAccount($expected);
// TODO: fix inconsistency
Expand Down

0 comments on commit fbb72c0

Please sign in to comment.