1
0
Fork 0
mirror of synced 2024-10-02 10:16:27 +13:00

test: fix warning

This commit is contained in:
loks0n 2023-10-11 16:59:44 +01:00
parent f9d6ebd3a0
commit 8379551510
2 changed files with 2 additions and 2 deletions

View file

@ -986,7 +986,7 @@ class AccountCustomClientTest extends Scope
* @depends testGetAccountSessions
* @depends testGetAccountLogs
*/
public function testExchangeUniversalToken(array $data): array
public function testUpdateUniversalToken(array $data): array
{
$response = $this->client->call(Client::METHOD_POST, '/users/' . $data['id'] . '/tokens', [
'content-type' => 'application/json',

View file

@ -230,7 +230,7 @@ trait UsersBase
}
/**
* @depends testCreateAccount
* @depends testCreateUser
*/
public function testCreateUniversalToken(array $data): void
{