From 4627fe4bc10a4589b8d1eab5849c6a6ebc90abbf Mon Sep 17 00:00:00 2001 From: Lukas Reschke Date: Tue, 22 Jun 2021 20:41:38 +0200 Subject: [PATCH] Reference correct private variable Signed-off-by: Lukas Reschke --- apps/dav/tests/unit/Connector/PublicAuthTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();