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/Db/MailAccountTest.php')
-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 22b0528c4..bc4140010 100644
--- a/tests/Integration/Db/MailAccountTest.php
+++ b/tests/Integration/Db/MailAccountTest.php
@@ -63,6 +63,7 @@ class MailAccountTest extends TestCase {
'editorMode' => 'html',
'provisioned' => false,
'order' => 13,
+ 'showSubscribedOnly' => null,
], $a->toJson());
}
@@ -83,6 +84,7 @@ class MailAccountTest extends TestCase {
'editorMode' => null,
'provisioned' => false,
'order' => null,
+ 'showSubscribedOnly' => null,
];
$a = new MailAccount($expected);
// TODO: fix inconsistency