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
path: root/tests
diff options
context:
space:
mode:
authorCyrille Bollu <cyrpub@bollu.be>2020-11-01 20:23:06 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2020-11-02 15:44:24 +0300
commit7c1d85f377c8ca669440e6754707515259a6e1a5 (patch)
tree5cfd7dde1ba8a243b2266123e6809af33dc3d47e /tests
parent9dc8c167abf1eb729c98e197b0ef78a17156c78a (diff)
Fixes "Save all to Files" function
Signed-off-by: Cyrille Bollu <cyrpub@bollu.be> Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'tests')
-rw-r--r--tests/Unit/Controller/MessagesControllerTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Unit/Controller/MessagesControllerTest.php b/tests/Unit/Controller/MessagesControllerTest.php
index 02907d18a..6636bfaa1 100644
--- a/tests/Unit/Controller/MessagesControllerTest.php
+++ b/tests/Unit/Controller/MessagesControllerTest.php
@@ -363,7 +363,7 @@ class MessagesControllerTest extends TestCase {
->will($this->returnValue($this->mailbox));
$this->mailbox->expects($this->once())
->method('getMessage')
- ->with($id)
+ ->with($uid)
->will($this->returnValue($this->message));
$this->message->attachments = [
[