1
0
Fork 0
mirror of synced 2024-07-06 23:21:05 +12:00

Update avatar size

This commit is contained in:
Jake Barnby 2022-09-21 19:52:09 +12:00
parent 6a1dcfa3c8
commit b69217bb39
No known key found for this signature in database
GPG key ID: C437A8CC85B96E9C

View file

@ -155,7 +155,7 @@ class GraphQLAvatarsTest extends Scope
'x-appwrite-project' => $projectId,
], $this->getHeaders()), $graphQLPayload);
$this->assertEquals(3948, \strlen($initials['body']));
$this->assertEquals(4959, \strlen($initials['body']));
return $initials['body'];
}