Skip to content

Commit

Permalink
Fixed: test
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan0sz committed Jul 17, 2024
1 parent a1c6bac commit ef61e64
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/unit/ClientFactoryTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ class ClientFactoryTest extends TestCase {
*/
public function testBuild() {
$clientFactory = new ClientFactory();
$client = $clientFactory->build();

$this->assertInstanceOf( Client::class, $clientFactory );
$this->assertInstanceOf( Client::class, $client );
}
}

0 comments on commit ef61e64

Please sign in to comment.