Skip to content

Commit

Permalink
Fixing Instrumentation/HttpAsyncClient linting.
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisLightfootWild committed Aug 28, 2023
1 parent 20597ab commit 734f436
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ public function test_send_async_requests(): void
$this->client->sendAsyncRequest($request);
$this->client->sendAsyncRequest($request);
$this->assertCount(0, $this->storage, 'no spans exporter since promises are not resolved yet');

//resolve promises
try {
$p2->wait();
Expand Down

0 comments on commit 734f436

Please sign in to comment.