mirror of
https://github.com/nextcloud/server.git
synced 2026-06-12 18:21:40 -04:00
Reference correct private variable
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
This commit is contained in:
parent
80a40fd5e3
commit
6ad4ef850f
1 changed files with 1 additions and 1 deletions
|
|
@ -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();
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue