Skip to content

Commit

Permalink
Fixed test.
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan0sz committed Sep 25, 2024
1 parent 85cddae commit 4213390
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/ClientFactoryTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ public function testBuild() {
$clientFactory = new ClientFactory();
$client = $clientFactory->build();

$this->assertInstanceOf( false, $client );
$this->assertFalse( $client );

$clientFactory = new ClientFactory( 'test' );
$client = $clientFactory->build();
Expand Down

0 comments on commit 4213390

Please sign in to comment.