From ea2130774f9f62f51e3c622a3f9a35d3a032165d Mon Sep 17 00:00:00 2001 From: Torsten Dittmann Date: Sun, 24 May 2020 15:28:42 +0200 Subject: [PATCH] update array length in e2e test --- tests/e2e/Services/Locale/LocaleBase.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/e2e/Services/Locale/LocaleBase.php b/tests/e2e/Services/Locale/LocaleBase.php index d07f8e67f..20fb91b25 100644 --- a/tests/e2e/Services/Locale/LocaleBase.php +++ b/tests/e2e/Services/Locale/LocaleBase.php @@ -195,15 +195,15 @@ trait LocaleBase $this->assertEquals($response['headers']['status-code'], 200); $this->assertIsArray($response['body']); - $this->assertCount(184, $response['body']); + $this->assertCount(185, $response['body']); $this->assertEquals($response['body'][0]['code'], 'aa'); $this->assertEquals($response['body'][0]['name'], 'Afar'); $this->assertEquals($response['body'][0]['nativeName'], 'Afar'); - $this->assertEquals($response['body'][183]['code'], 'zu'); - $this->assertEquals($response['body'][183]['name'], 'Zulu'); - $this->assertEquals($response['body'][183]['nativeName'], 'isiZulu'); + $this->assertEquals($response['body'][184]['code'], 'zu'); + $this->assertEquals($response['body'][184]['name'], 'Zulu'); + $this->assertEquals($response['body'][184]['nativeName'], 'isiZulu'); /** * Test for FAILURE