1
0
Fork 0
mirror of synced 2024-06-14 00:34:51 +12:00

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
No known key found for this signature in database
GPG key ID: 92EB875B8604852E

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',