Fix variable name for test
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
This commit is contained in:
parent
5fc20e8862
commit
9e4d49d157
|
@ -149,7 +149,7 @@ class ManagerTest extends TestCase {
|
|||
'shareType' => IShare::TYPE_USER,
|
||||
'accepted' => false,
|
||||
'user' => $this->uid,
|
||||
'remote_id' => '2342'
|
||||
'remoteId' => '2342'
|
||||
];
|
||||
$shareData2 = $shareData1;
|
||||
$shareData2['token'] = 'token2';
|
||||
|
|
Loading…
Reference in New Issue