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

Fix tests

This commit is contained in:
Khushboo Verma 2024-01-12 01:32:48 +05:30
parent 807d295303
commit ce8fe76a96

View file

@ -804,7 +804,7 @@ class AccountCustomClientTest extends Scope
public function testCreateSessionWithPhone(array $data): array
{
$id = $data['id'] ?? '';
$token = $data['token'] ?? '';
$token = explode(" ", $data['token'])[0] ?? '';
$number = $data['number'] ?? '';
/**