Update total count of countries in LocaleBase tests for testGetCountriesPhones

This commit is contained in:
bhc
2024-05-05 15:43:59 +03:00
parent 9cea7ea526
commit 3fab87a1ca
+1 -1
View File
@@ -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',