From 4066c653838356f2c70d3d7a70eee22c79a4307f Mon Sep 17 00:00:00 2001 From: Eldad Fux Date: Mon, 3 Feb 2020 11:53:59 +0200 Subject: [PATCH] Updated locale test --- tests/e2e/ProjectLocaleTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/e2e/ProjectLocaleTest.php b/tests/e2e/ProjectLocaleTest.php index 18fb51689c..bd4dfb08f2 100644 --- a/tests/e2e/ProjectLocaleTest.php +++ b/tests/e2e/ProjectLocaleTest.php @@ -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;