Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/mail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Integration')
-rw-r--r--tests/Integration/Db/MailAccountTest.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/Integration/Db/MailAccountTest.php b/tests/Integration/Db/MailAccountTest.php
index fd2ad11e3..8db2729f8 100644
--- a/tests/Integration/Db/MailAccountTest.php
+++ b/tests/Integration/Db/MailAccountTest.php
@@ -70,6 +70,7 @@ class MailAccountTest extends TestCase {
'sentMailboxId' => null,
'trashMailboxId' => null,
'sieveEnabled' => false,
+ 'signatureAboveQuote' => false,
], $a->toJson());
}
@@ -97,6 +98,7 @@ class MailAccountTest extends TestCase {
'sentMailboxId' => null,
'trashMailboxId' => null,
'sieveEnabled' => false,
+ 'signatureAboveQuote' => false,
];
$a = new MailAccount($expected);
// TODO: fix inconsistency