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:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2017-05-23 10:35:30 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2017-05-23 10:35:30 +0300
commit172ac486a2d11c0aa2565d8071f1a8fa62df5d04 (patch)
tree6b72573839c03f83b97dba089cdc66e22d7233dd /tests/FolderTest.php
parent01f8df01b18c9e21a155afffac207923e118f529 (diff)
Fix tests and remove buggy folder change detection
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'tests/FolderTest.php')
-rw-r--r--tests/FolderTest.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/FolderTest.php b/tests/FolderTest.php
index 07725c514..e91fb2915 100644
--- a/tests/FolderTest.php
+++ b/tests/FolderTest.php
@@ -154,6 +154,7 @@ class FolderTest extends TestCase {
'delimiter' => '.',
'folders' => [['subdir data']],
'specialRole' => 'sent',
+ 'syncToken' => null,
];
$this->assertEquals($expected, $this->folder->jsonSerialize());
}