From 3fab87a1cae146ed0645262c67a04472b6bfd680 Mon Sep 17 00:00:00 2001 From: bhc Date: Sun, 5 May 2024 15:43:59 +0300 Subject: [PATCH] Update total count of countries in LocaleBase tests for testGetCountriesPhones --- tests/e2e/Services/Locale/LocaleBase.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/e2e/Services/Locale/LocaleBase.php b/tests/e2e/Services/Locale/LocaleBase.php index a06ede40be..89a325d839 100644 --- a/tests/e2e/Services/Locale/LocaleBase.php +++ b/tests/e2e/Services/Locale/LocaleBase.php @@ -247,7 +247,7 @@ trait LocaleBase } $this->assertEquals($response['headers']['status-code'], 200); - $this->assertEquals(196, $response['body']['total']); + $this->assertEquals(197, $response['body']['total']); $response = $this->client->call(Client::METHOD_GET, '/locale/continents', [ 'content-type' => 'application/json',