Updated locale test

This commit is contained in:
Eldad Fux 2020-02-03 11:53:59 +02:00
parent de10f725e6
commit 4066c65383

View file

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