mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 17:08:45 +00:00
Updated locale test
This commit is contained in:
parent
de10f725e6
commit
4066c65383
1 changed files with 1 additions and 1 deletions
|
|
@ -88,7 +88,7 @@ class ProjectLocaleTest extends BaseProjects
|
|||
|
||||
$this->assertEquals($countries['headers']['status-code'], 200);
|
||||
$this->assertIsArray($countries['body']);
|
||||
$this->assertCount(28, $countries['body']);
|
||||
$this->assertCount(27, $countries['body']);
|
||||
$this->assertEquals($countries['body']['DE'], 'Alemania');
|
||||
|
||||
return $data;
|
||||
|
|
|
|||
Loading…
Reference in a new issue