Skip to content

Commit

Permalink
Update test case
Browse files Browse the repository at this point in the history
  • Loading branch information
jenky committed Sep 28, 2023
1 parent e4e5e0c commit 7b69d01
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/PoolTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,8 @@ public function test_pool_factory(): void
$pool = PoolFactory::createFromConnector((new GenericConnector())->withClient(new Client()));
$this->assertInstanceOf(GuzzleClient::class, $this->getClientFromPool($pool));

DriverDiscovery::prefer(Driver::PSL);

$pool = PoolFactory::createFromConnector((new GenericConnector())->withClient(new Psr18Client()));
$this->assertInstanceOf(SymfonyClient::class, $this->getClientFromPool($pool));

Expand Down

0 comments on commit 7b69d01

Please sign in to comment.