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/IMAP/MessageMapperTest.php')
-rw-r--r--tests/Integration/IMAP/MessageMapperTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Integration/IMAP/MessageMapperTest.php b/tests/Integration/IMAP/MessageMapperTest.php
index d537bcaa1..a4a01bcc2 100644
--- a/tests/Integration/IMAP/MessageMapperTest.php
+++ b/tests/Integration/IMAP/MessageMapperTest.php
@@ -45,12 +45,12 @@ class MessageMapperTest extends TestCase {
public function tearDown(): void {
$this->resetImapAccount();
+ $this->disconnectImapAccount();
}
public function testTagging(): void {
// First, set up account and retrieve sync token
$this->resetImapAccount();
-
$account = $this->createTestAccount();
/** @var SyncService $syncService */
$syncService = OC::$server->get(SyncService::class);