mirror of
https://github.com/nextcloud/server.git
synced 2026-06-12 02:00:51 -04:00
Reference correct private variable
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
This commit is contained in:
parent
37224e43a1
commit
376f94ea48
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