Skip to content

Commit 7346315

Browse files
committed
Fixed CS issue for ClientBuilderTest
1 parent 1af4f22 commit 7346315

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/Elasticsearch/Tests/ClientBuilderTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -183,14 +183,14 @@ public function getCloudIdExamples()
183183
/**
184184
* @dataProvider getCloudIdExamples
185185
*/
186-
public function testSetCloudIdWithExplicitPortOnlyES_UUID(string $cloudId, string $url)
186+
public function testSetCloudIdWithExplicitPortOnlyEsUuid(string $cloudId, string $url)
187187
{
188188
$client = ClientBuilder::create()
189189
->setElasticCloudId($cloudId)
190190
->build();
191191

192192
$connection = $client->transport->getConnection();
193-
193+
194194
$this->assertEquals($url, $connection->getHost());
195195
}
196196
}

0 commit comments

Comments
 (0)