]> source.dussan.org Git - nextcloud-server.git/commitdiff
Reference correct private variable 27616/head
authorLukas Reschke <lukas@statuscode.ch>
Tue, 22 Jun 2021 18:41:38 +0000 (20:41 +0200)
committerbackportbot[bot] <backportbot[bot]@users.noreply.github.com>
Wed, 23 Jun 2021 07:37:17 +0000 (07:37 +0000)
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
apps/dav/tests/unit/Connector/PublicAuthTest.php

index d12ec4d373fb7a1279a570f8cd32e8bb46264e9d..dd924b60215f455335df101a59107ebe7cc8755d 100644 (file)
@@ -69,7 +69,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();