Fix variable name for test

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
This commit is contained in:
Daniel Kesselberg 2020-12-10 10:19:48 +01:00
parent 5fc20e8862
commit 9e4d49d157
No known key found for this signature in database
GPG Key ID: 36E3664E099D0614
1 changed files with 1 additions and 1 deletions

View File

@ -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';