aboutsummaryrefslogtreecommitdiffstats
path: root/apps/dav/tests
diff options
context:
space:
mode:
authorLukas Reschke <lukas@statuscode.ch>2021-06-22 20:41:38 +0200
committerLukas Reschke <lukas@statuscode.ch>2021-06-22 20:41:38 +0200
commit4627fe4bc10a4589b8d1eab5849c6a6ebc90abbf (patch)
tree5ff6b893b5457001b2645c14bdf7f14a8b1de1d0 /apps/dav/tests
parentd6a2f00befda97f25f13dae8c11be75077a358a2 (diff)
downloadnextcloud-server-4627fe4bc10a4589b8d1eab5849c6a6ebc90abbf.tar.gz
nextcloud-server-4627fe4bc10a4589b8d1eab5849c6a6ebc90abbf.zip
Reference correct private variable
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
Diffstat (limited to 'apps/dav/tests')
-rw-r--r--apps/dav/tests/unit/Connector/PublicAuthTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/dav/tests/unit/Connector/PublicAuthTest.php b/apps/dav/tests/unit/Connector/PublicAuthTest.php
index 2d06e8dd615..89068c0e6ef 100644
--- a/apps/dav/tests/unit/Connector/PublicAuthTest.php
+++ b/apps/dav/tests/unit/Connector/PublicAuthTest.php
@@ -68,7 +68,7 @@ class PublicAuthTest extends \Test\TestCase {
$this->shareManager = $this->getMockBuilder(IManager::class)
->disableOriginalConstructor()
->getMock();
- $this->shareManager = $this->getMockBuilder(Throttler::class)
+ $this->throttler = $this->getMockBuilder(Throttler::class)
->disableOriginalConstructor()
->getMock();